add access to keys for unconfined

This commit is contained in:
Chris PeBenito 2006-07-14 13:11:42 +00:00
parent da9bbc655a
commit d822675850

View File

@ -1,5 +1,5 @@
policy_module(domain,1.1.3)
policy_module(domain,1.1.4)
########################################
#
@ -141,3 +141,6 @@ allow unconfined_domain_type domain:msg { send receive };
allow unconfined_domain_type domain:dir r_dir_perms;
allow unconfined_domain_type domain:file r_file_perms;
allow unconfined_domain_type domain:lnk_file r_file_perms;
# act on all domains keys
allow unconfined_domain_type domain:key *;