Lines Matching +full:allow +full:- +full:set +full:- +full:time
24 An entry is added using devices.allow, and removed using
27 echo 'c 1:3 mr' > /sys/fs/cgroup/1/devices.allow
36 echo a > /sys/fs/cgroup/1/devices.allow
61 access permissions than its parent. Every time an entry is written to
63 from their whitelist and all the locally set whitelist entries will be
64 re-evaluated. In case one of the locally set whitelist entries would provide
74 A allow "b 8:* rwm", "c 116:1 rw"
103 # echo "c *:3 rwm" >A/devices.allow
113 # echo "c 2:3 rwm" >B/devices.allow
114 # echo "c 50:3 r" >B/devices.allow
118 # echo "c *:3 rwm" >B/devices.allow
120 Allowing or denying all by writing 'a' to devices.allow or devices.deny will
124 ---------------------------------------
126 device cgroups is implemented internally using a behavior (ALLOW, DENY) and a
128 interface to preserve compatibility with the previous whitelist-only
131 For every propagated exception, the effective rules will be re-evaluated based