Rename cachefiles_dev_t to cachefiles_device_t.

This commit is contained in:
Chris PeBenito 2012-10-04 08:24:57 -04:00
parent 298d840e46
commit 1391285cf8
3 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
/dev/autofs.* -c gen_context(system_u:object_r:autofs_device_t,s0) /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/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/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/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/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/dahdi/.* -c gen_context(system_u:object_r:sound_device_t,s0)

View File

@ -1571,10 +1571,10 @@ interface(`dev_relabel_autofs_dev',`
# #
interface(`dev_rw_cachefiles',` interface(`dev_rw_cachefiles',`
gen_require(` 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)
') ')
######################################## ########################################

View File

@ -43,8 +43,8 @@ type cardmgr_dev_t;
dev_node(cardmgr_dev_t) dev_node(cardmgr_dev_t)
files_tmp_file(cardmgr_dev_t) files_tmp_file(cardmgr_dev_t)
type cachefiles_dev_t; type cachefiles_device_t;
dev_node(cachefiles_dev_t) dev_node(cachefiles_device_t)
# #
# clock_device_t is the type of # clock_device_t is the type of