diff options
| author | Eric Andersen <andersen@codepoet.org> | 2004-08-26 23:13:00 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2004-08-26 23:13:00 +0000 |
| commit | 138791050d36d221d718568094892245d7c6f6ec (patch) | |
| tree | 24c9479dab9bc019f716093628a70e392b3c40cb /Makefile | |
| parent | 37ba6bfb6d7ff7287ecda14bb4906fa6de1e78c9 (diff) | |
| download | busybox-138791050d36d221d718568094892245d7c6f6ec.tar.gz | |
Improve the setuid situation a bit, and make it more apparent
when people really ought to make busybox setuid root.
-Erik
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -57,6 +57,16 @@ busybox.links: applets/busybox.mkll include/config.h install: applets/install.sh busybox busybox.links $(SHELL) $< $(PREFIX) +ifeq ($(strip $(CONFIG_FEATURE_SUID)),y) + @echo + @echo + @echo -------------------------------------------------- + @echo You will probably need to make your busybox binary + @echo setuid root to ensure all configured applets will + @echo work properly. + @echo -------------------------------------------------- + @echo +endif uninstall: busybox.links rm -f $(PREFIX)/bin/busybox |
