afs patch from Dan Walsh.

This commit is contained in:
Chris PeBenito 2009-12-18 10:35:03 -05:00
parent b84d6ec491
commit 41c139dc77
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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)