Skip to content
Snippets Groups Projects
Commit 9fc0d40e authored by Stephen Smalley's avatar Stephen Smalley
Browse files

Label /dev/uio[0-9]* with its own type.


Change-Id: Ibeeec6637022ee8bc9868e102b3d55e3b0d4762c
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent ca11a1ed
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ type gps_device, dev_type; ...@@ -45,6 +45,7 @@ type gps_device, dev_type;
type qtaguid_device, dev_type; type qtaguid_device, dev_type;
type watchdog_device, dev_type; type watchdog_device, dev_type;
type uhid_device, dev_type; type uhid_device, dev_type;
type uio_device, dev_type;
type tun_device, dev_type, mlstrustedobject; type tun_device, dev_type, mlstrustedobject;
type usbaccessory_device, dev_type; type usbaccessory_device, dev_type;
type usb_device, dev_type; type usb_device, dev_type;
......
...@@ -104,6 +104,7 @@ ...@@ -104,6 +104,7 @@
/dev/tun u:object_r:tun_device:s0 /dev/tun u:object_r:tun_device:s0
/dev/uhid u:object_r:uhid_device:s0 /dev/uhid u:object_r:uhid_device:s0
/dev/uinput 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/urandom u:object_r:urandom_device:s0
/dev/usb_accessory u:object_r:usbaccessory_device:s0 /dev/usb_accessory u:object_r:usbaccessory_device:s0
/dev/vcs[0-9a-z]* u:object_r:vcs_device:s0 /dev/vcs[0-9a-z]* u:object_r:vcs_device:s0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment