Merge pull request #57 from pebenito/pmem-dax
This commit is contained in:
commit
af2e1f91fd
|
@ -21,6 +21,7 @@
|
|||
/dev/controlD64 -c gen_context(system_u:object_r:xserver_misc_device_t,s0)
|
||||
/dev/crash -c gen_context(system_u:object_r:crash_device_t,mls_systemhigh)
|
||||
/dev/dahdi/.* -c gen_context(system_u:object_r:sound_device_t,s0)
|
||||
/dev/dax[0-9]\.[0-9] -c gen_context(system_u:object_r:dax_device_t,mls_systemhigh)
|
||||
/dev/dmfm -c gen_context(system_u:object_r:sound_device_t,s0)
|
||||
/dev/dmmidi.* -c gen_context(system_u:object_r:sound_device_t,s0)
|
||||
/dev/dsp.* -c gen_context(system_u:object_r:sound_device_t,s0)
|
||||
|
|
|
@ -82,6 +82,12 @@ dev_node(crash_device_t)
|
|||
type crypt_device_t;
|
||||
dev_node(crypt_device_t)
|
||||
|
||||
#
|
||||
# Type for /dev/dax*.*
|
||||
#
|
||||
type dax_device_t;
|
||||
dev_node(dax_device_t)
|
||||
|
||||
#
|
||||
# dlm_misc_device_t is the type of /dev/misc/dlm.*
|
||||
#
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
/dev/pcd[0-3] -b gen_context(system_u:object_r:removable_device_t,s0)
|
||||
/dev/pd[a-d][^/]* -b gen_context(system_u:object_r:removable_device_t,s0)
|
||||
/dev/pg[0-3] -c gen_context(system_u:object_r:removable_device_t,s0)
|
||||
/dev/pmem[0-9]* -b gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
|
||||
/dev/ps3d.* -b gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
|
||||
/dev/ram.* -b gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
|
||||
/dev/(raw/)?rawctl -c gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
|
||||
|
|
Loading…
Reference in New Issue