22 Jan
2008
22 Jan
'08
8:36 a.m.
-----Oorspronkelijk bericht----- Van: arch-general-bounces@archlinux.org [mailto:arch-general- bounces@archlinux.org] 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 ;)