xref: /OK3568_Linux_fs/buildroot/system/device_table.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# See package/makedevs/README for details
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# This device table is used to assign proper ownership and permissions
4*4882a593Smuzhiyun# on various files. It doesn't create any device file, as it is used
5*4882a593Smuzhiyun# in both static device configurations (where /dev/ is static) and in
6*4882a593Smuzhiyun# dynamic configurations (where devtmpfs, mdev or udev are used).
7*4882a593Smuzhiyun#
8*4882a593Smuzhiyun# <name>				<type>	<mode>	<uid>	<gid>	<major>	<minor>	<start>	<inc>	<count>
9*4882a593Smuzhiyun/dev					d	755	0	0	-	-	-	-	-
10*4882a593Smuzhiyun/tmp					d	1777	0	0	-	-	-	-	-
11*4882a593Smuzhiyun/etc					d	755	0	0	-	-	-	-	-
12*4882a593Smuzhiyun/root					d	700	0	0	-	-	-	-	-
13*4882a593Smuzhiyun/var/www				d	755	33	33	-	-	-	-	-
14*4882a593Smuzhiyun/etc/shadow				f	600	0	0	-	-	-	-	-
15*4882a593Smuzhiyun/etc/passwd				f	644	0	0	-	-	-	-	-
16*4882a593Smuzhiyun/etc/network/if-up.d			d	755	0	0	-	-	-	-	-
17*4882a593Smuzhiyun/etc/network/if-pre-up.d		d	755	0	0	-	-	-	-	-
18*4882a593Smuzhiyun/etc/network/if-down.d			d	755	0	0	-	-	-	-	-
19*4882a593Smuzhiyun/etc/network/if-post-down.d		d	755	0	0	-	-	-	-	-
20*4882a593Smuzhiyun# uncomment this to allow starting x as non-root
21*4882a593Smuzhiyun#/usr/X11R6/bin/Xfbdev		     	f	4755	0	0	-	-	-	-	-
22