- Fix bug in mozilla policy to allow xguest transition

- This will fix the
This commit is contained in:
Daniel J Walsh 2008-03-14 21:17:21 +00:00
parent a6e1280791
commit 97081dcb9d
2 changed files with 6 additions and 6 deletions

View File

@ -29997,7 +29997,7 @@ diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdo
+/root(/.*)? gen_context(system_u:object_r:admin_home_t,s0)
diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdomain.if serefpolicy-3.3.1/policy/modules/system/userdomain.if
--- nsaserefpolicy/policy/modules/system/userdomain.if 2008-02-15 09:52:56.000000000 -0500
+++ serefpolicy-3.3.1/policy/modules/system/userdomain.if 2008-03-14 10:48:11.000000000 -0400
+++ serefpolicy-3.3.1/policy/modules/system/userdomain.if 2008-03-14 14:50:39.000000000 -0400
@@ -29,9 +29,14 @@
')
@ -32368,11 +32368,11 @@ diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdo
+#
+interface(`userdom_list_user_files',`
+ gen_require(`
+ attribute $1_home_type;
+ attribute user_home_type;
+ ')
+
+ allow $2 $1_home_type:dir search_dir_perms;
+ allow $2 $1_home_type:file getattr;
+ allow $2 user_home_type:dir search_dir_perms;
+ allow $2 user_home_type:file getattr;
+')
+
+########################################