Improve the setuid situation a bit, and make it more apparent

when people really ought to make busybox setuid root.
 -Erik
This commit is contained in:
Eric Andersen
2004-08-26 23:13:00 +00:00
parent 37ba6bfb6d
commit 138791050d
3 changed files with 29 additions and 0 deletions

View File

@@ -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