]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
I would rather remove the alsa home trans from the named_content, since we will want...
authorDan Walsh <dwalsh@redhat.com>
Fri, 21 Oct 2011 14:23:01 +0000 (10:23 -0400)
committerDan Walsh <dwalsh@redhat.com>
Fri, 21 Oct 2011 14:23:01 +0000 (10:23 -0400)
Revert "More fixes for alsa and confind users"

This reverts commit 11a508156f32c6bdf4e7d96963986fabf24f9e47.

policy/modules/admin/alsa.if
policy/modules/roles/staff.te
policy/modules/roles/unprivuser.te

index e02a2fc5bb49d09e90b165122ec865cff11114cc..407f9f7932edb259610802e8e9bac33961fa399e 100644 (file)
@@ -148,6 +148,7 @@ interface(`alsa_manage_home_files',`
 
        userdom_search_user_home_dirs($1)
        allow $1 alsa_home_t:file manage_file_perms;
+       alsa_filetrans_home_content(unpriv_userdomain)
 ')
 
 ########################################
index a1913e8d86c87b92b4cd38afd4f2d406b2d6a277..2c588ca01f70567d8ae2b5f090c0bf825cb8ddb8 100644 (file)
@@ -57,10 +57,6 @@ optional_policy(`
        abrt_read_cache(staff_t)
 ')
 
-optional_policy(`
-    alsa_filetrans_home_content(staff_t)
-')
-
 optional_policy(`
        apache_role(staff_r, staff_t)
 ')
index 59f013e9a091384ba69658f48f84e8bb6dac488d..50e49e685e8d9bf710b03c8a26922c7822396b32 100644 (file)
@@ -26,10 +26,6 @@ optional_policy(`
        abrt_read_cache(user_t)
 ')
 
-optional_policy(`
-       alsa_filetrans_home_content(user_t)
-')
-
 optional_policy(`
        apache_role(user_r, user_t)
 ')