Rename cachefiles_dev_t to cachefiles_device_t.
This commit is contained in:
parent
298d840e46
commit
1391285cf8
|
@ -17,7 +17,7 @@
|
|||
/dev/autofs.* -c gen_context(system_u:object_r:autofs_device_t,s0)
|
||||
/dev/beep -c gen_context(system_u:object_r:sound_device_t,s0)
|
||||
/dev/btrfs-control -c gen_context(system_u:object_r:lvm_control_t,s0)
|
||||
/dev/cachefiles -c gen_context(system_u:object_r:cachefiles_dev_t,s0)
|
||||
/dev/cachefiles -c gen_context(system_u:object_r:cachefiles_device_t,s0)
|
||||
/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)
|
||||
|
|
|
@ -1571,10 +1571,10 @@ interface(`dev_relabel_autofs_dev',`
|
|||
#
|
||||
interface(`dev_rw_cachefiles',`
|
||||
gen_require(`
|
||||
type device_t, cachefiles_dev_t;
|
||||
type device_t, cachefiles_device_t;
|
||||
')
|
||||
|
||||
rw_chr_files_pattern($1, device_t, cachefiles_dev_t)
|
||||
rw_chr_files_pattern($1, device_t, cachefiles_device_t)
|
||||
')
|
||||
|
||||
########################################
|
||||
|
|
|
@ -43,8 +43,8 @@ type cardmgr_dev_t;
|
|||
dev_node(cardmgr_dev_t)
|
||||
files_tmp_file(cardmgr_dev_t)
|
||||
|
||||
type cachefiles_dev_t;
|
||||
dev_node(cachefiles_dev_t)
|
||||
type cachefiles_device_t;
|
||||
dev_node(cachefiles_device_t)
|
||||
|
||||
#
|
||||
# clock_device_t is the type of
|
||||
|
|
Loading…
Reference in New Issue