> -----Oorspronkelijk bericht----- > Van: [EMAIL PROTECTED] [mailto:arch-general- > [EMAIL PROTECTED] Namens Dan McGee > Verzonden: dinsdag 22 januari 2008 4:52 > Aan: General Discusson about Arch Linux > Onderwerp: Re: [arch-general] makepkg running as root > > Just think of what this would do as root in a PKGBUILD: > > build() { > echo "You've been pwned!!!" > rm -rf / > } >
Be sure to check .install files too. They can also contain rm -rf / in post_install, those are executed by root when you install the package ;)