blob: dc1af518100b71ac60f3c96aa7a03a4a6cdb64a8 [file] [log] [blame]
Jeremy Kerrf96808c2015-09-17 18:12:40 +08001# See package/makedevs/README for details
2#
3# This device table is used to assign proper ownership and permissions
4# on various files. It doesn't create any device file, as it is used
5# in both static device configurations (where /dev/ is static) and in
6# dynamic configurations (where devtmpfs, mdev or udev are used).
7#
8# <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
9/dev d 755 0 0 - - - - -
Joel Stanley1d4fdfb2015-11-19 23:42:01 +103010/tmp d 1777 0 0 - - - - -
Jeremy Kerrf96808c2015-09-17 18:12:40 +080011/etc d 755 0 0 - - - - -
12/root d 700 0 0 - - - - -
13/var/www d 755 33 33 - - - - -
Jeremy Kerrf96808c2015-09-17 18:12:40 +080014/etc/shadow f 600 0 0 - - - - -
15/etc/passwd f 644 0 0 - - - - -
16/etc/network/if-up.d d 755 0 0 - - - - -
17/etc/network/if-pre-up.d d 755 0 0 - - - - -
Jeremy Kerrf96808c2015-09-17 18:12:40 +080018/etc/network/if-down.d d 755 0 0 - - - - -
Jeremy Kerrf96808c2015-09-17 18:12:40 +080019/etc/network/if-post-down.d d 755 0 0 - - - - -
20# uncomment this to allow starting x as non-root
21#/usr/X11R6/bin/Xfbdev f 4755 0 0 - - - - -