Label /dev/uio[0-9]* with its own type.
Change-Id: Ibeeec6637022ee8bc9868e102b3d55e3b0d4762c Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
parent
ca11a1edf7
commit
9fc0d40eff
2 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,7 @@ type gps_device, dev_type;
|
|||
type qtaguid_device, dev_type;
|
||||
type watchdog_device, dev_type;
|
||||
type uhid_device, dev_type;
|
||||
type uio_device, dev_type;
|
||||
type tun_device, dev_type, mlstrustedobject;
|
||||
type usbaccessory_device, dev_type;
|
||||
type usb_device, dev_type;
|
||||
|
|
|
@ -104,6 +104,7 @@
|
|||
/dev/tun u:object_r:tun_device:s0
|
||||
/dev/uhid u:object_r:uhid_device:s0
|
||||
/dev/uinput u:object_r:uhid_device:s0
|
||||
/dev/uio[0-9]* u:object_r:uio_device:s0
|
||||
/dev/urandom u:object_r:urandom_device:s0
|
||||
/dev/usb_accessory u:object_r:usbaccessory_device:s0
|
||||
/dev/vcs[0-9a-z]* u:object_r:vcs_device:s0
|
||||
|
|
Loading…
Reference in a new issue