]>
Commit | Line | Data |
---|---|---|
4e005c47 | 1 | # See package/makedevs/README for details |
0a9fc7d7 | 2 | # |
4e005c47 TP |
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). | |
0a9fc7d7 | 7 | # |
4e005c47 TP |
8 | # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count> |
9 | /dev d 755 0 0 - - - - - | |
10 | /tmp d 1777 0 0 - - - - - | |
11 | /etc d 755 0 0 - - - - - | |
2f2bf6a8 | 12 | /root d 700 0 0 - - - - - |
e2af1822 | 13 | /var/www d 755 33 33 - - - - - |
b99df94f EA |
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-down.d d 755 0 0 - - - - - | |
19 | /etc/network/if-post-down.d d 755 0 0 - - - - - | |
d8d1f8a6 | 20 | # uncomment this to allow starting x as non-root |
4e005c47 | 21 | #/usr/X11R6/bin/Xfbdev f 4755 0 0 - - - - - |