afs patch from Dan Walsh.
This commit is contained in:
parent
b84d6ec491
commit
41c139dc77
|
@ -22,6 +22,7 @@
|
|||
|
||||
/usr/sbin/afsd -- gen_context(system_u:object_r:afs_exec_t,s0)
|
||||
|
||||
/usr/vice/cache(/.*)? gen_context(system_u:object_r:afs_cache_t,s0)
|
||||
/usr/vice/etc/afsd -- gen_context(system_u:object_r:afs_exec_t,s0)
|
||||
|
||||
/var/cache/afs(/.*)? gen_context(system_u:object_r:afs_cache_t,s0)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
policy_module(afs, 1.5.0)
|
||||
policy_module(afs, 1.5.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
@ -83,6 +83,7 @@ files_var_filetrans(afs_t, afs_cache_t, { file dir })
|
|||
|
||||
files_mounton_mnt(afs_t)
|
||||
files_read_etc_files(afs_t)
|
||||
files_read_usr_files(afs_t)
|
||||
files_rw_etc_runtime_files(afs_t)
|
||||
|
||||
fs_getattr_xattr_fs(afs_t)
|
||||
|
|
Loading…
Reference in New Issue