add access to keys for unconfined
This commit is contained in:
parent
da9bbc655a
commit
d822675850
@ -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:dir r_dir_perms;
|
||||||
allow unconfined_domain_type domain:file r_file_perms;
|
allow unconfined_domain_type domain:file r_file_perms;
|
||||||
allow unconfined_domain_type domain:lnk_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 *;
|
||||||
|
Loading…
Reference in New Issue
Block a user