seb view initfs/etc/busybox.conf @ rev 26

Add kernel config example and a precompiled bzImage
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 13 16:42:29 2017 +0100 (2017-03-13)
parents
children
line source
1 # /etc/busybox.conf: SliTaz GNU/linux Busybox configuration.
2 #
4 [SUID]
5 # Allow command to be run by anyone.
6 su = ssx root.root
7 passwd = ssx root.root
8 loadkmap = ssx root.root
9 mount = ssx root.root
10 reboot = ssx root.root
11 halt = ssx root.root
12 poweroff = ssx root.root