diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -186,10 +186,10 @@ config FEATURE_SUID_CONFIG | |||
186 | 186 | ||
187 | The file has to be owned by user root, group root and has to be | 187 | The file has to be owned by user root, group root and has to be |
188 | writeable only by root: | 188 | writeable only by root: |
189 | (chown 0.0 /etc/busybox.conf; chmod 600 /etc/busybox.conf) | 189 | (chown 0.0 /etc/busybox.conf; chmod 600 /etc/busybox.conf) |
190 | The busybox executable has to be owned by user root, group | 190 | The busybox executable has to be owned by user root, group |
191 | root and has to be setuid root for this to work: | 191 | root and has to be setuid root for this to work: |
192 | (chown 0.0 /bin/busybox; chmod 4755 /bin/busybox) | 192 | (chown 0.0 /bin/busybox; chmod 4755 /bin/busybox) |
193 | 193 | ||
194 | Robert 'sandman' Griebl has more information here: | 194 | Robert 'sandman' Griebl has more information here: |
195 | <url: http://www.softforge.de/bb/suid.html >. | 195 | <url: http://www.softforge.de/bb/suid.html >. |