wok-tiny diff busybox/stuff/busybox.conf @ rev 0
Add busybox
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 01 09:36:49 2011 +0100 (2011-02-01) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/busybox/stuff/busybox.conf Tue Feb 01 09:36:49 2011 +0100 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