Lines Matching refs:A
6 on device files. A device cgroup associates a device access
7 whitelist with each cgroup. A whitelist entry has 4 fields.
13 The root device cgroup starts with rwm to 'all'. A child device
15 devices from the whitelist or add new entries. A child cgroup can
49 A cgroup may not be granted more permissions than the cgroup's
62 A
67 A allow "b 8:* rwm", "c 116:1 rw"
70 If a device is denied in group A:
71 # echo "c 116:* r" > A/devices.deny
76 A all "b 8:* rwm", "c 116:* rw"
83 A
88 A "c 1:3 rwm", "c 1:5 r" all the rest
92 # echo "c *:3 rwm" >A/devices.allow
96 A "c *:3 rwm", "c 1:5 r" all the rest