aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-11-04 15:43:26 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-11-04 15:43:26 +0000
commit6cee58e9cfedfa09ede3f5499eb5f635fc2bb77c (patch)
treee5aa03f1ca62b3d6aaa84b5821cfcbd1fb8253a9 /Config.in
parent360362dc5768e4ad4924fda677f6b7cedec24256 (diff)
downloadbusybox-6cee58e9cfedfa09ede3f5499eb5f635fc2bb77c.tar.gz
Announce 1.8.0
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 74f8beae9..fa48ddd63 100644
--- a/Config.in
+++ b/Config.in
@@ -186,10 +186,10 @@ config FEATURE_SUID_CONFIG
The file has to be owned by user root, group root and has to be
writeable only by root:
- (chown 0.0 /etc/busybox.conf; chmod 600 /etc/busybox.conf)
+ (chown 0.0 /etc/busybox.conf; chmod 600 /etc/busybox.conf)
The busybox executable has to be owned by user root, group
root and has to be setuid root for this to work:
- (chown 0.0 /bin/busybox; chmod 4755 /bin/busybox)
+ (chown 0.0 /bin/busybox; chmod 4755 /bin/busybox)
Robert 'sandman' Griebl has more information here:
<url: http://www.softforge.de/bb/suid.html >.