[selinux-policy: 2336/3172] afs patch from Dan Walsh.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:27:24 UTC 2010


commit 41c139dc771f6f305becfe28bfc6636983db5f0c
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Dec 18 10:35:03 2009 -0500

    afs patch from Dan Walsh.

 policy/modules/services/afs.fc |    1 +
 policy/modules/services/afs.te |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/services/afs.fc b/policy/modules/services/afs.fc
index 15a4a62..eaea138 100644
--- a/policy/modules/services/afs.fc
+++ b/policy/modules/services/afs.fc
@@ -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)
diff --git a/policy/modules/services/afs.te b/policy/modules/services/afs.te
index 4ce2d36..966cbf3 100644
--- a/policy/modules/services/afs.te
+++ b/policy/modules/services/afs.te
@@ -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)


More information about the scm-commits mailing list