wok-tiny diff busybox/stuff/busybox.conf @ rev 45
manager, wiki: fix subnet in /etc/httpd.conf
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 01 15:47:10 2011 +0200 (2011-04-01) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/busybox/stuff/busybox.conf Fri Apr 01 15:47:10 2011 +0200 1.3 @@ -0,0 +1,12 @@ 1.4 +# /etc/busybox.conf: SliTaz GNU/linux Busybox configuration. 1.5 +# 1.6 + 1.7 +[SUID] 1.8 +# Allow command to be run by anyone. 1.9 +su = ssx root.root 1.10 +passwd = ssx root.root 1.11 +loadkmap = ssx root.root 1.12 +mount = ssx root.root 1.13 +reboot = ssx root.root 1.14 +halt = ssx root.root 1.15 +poweroff = ssx root.root