blob: 450aab69b305ffd78ec9b3f37e54b0f764ad9eac [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 - - - - -
10/etc d 755 0 0 - - - - -
11/root d 700 0 0 - - - - -
12/var/www d 755 33 33 - - - - -
13/etc/random-seed f 600 0 0 - - - - -
14/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 - - - - -
18/etc/network/if-post-up.d d 755 0 0 - - - - -
19/etc/network/if-down.d d 755 0 0 - - - - -
20/etc/network/if-pre-down.d d 755 0 0 - - - - -
21/etc/network/if-post-down.d d 755 0 0 - - - - -
22# uncomment this to allow starting x as non-root
23#/usr/X11R6/bin/Xfbdev f 4755 0 0 - - - - -