Merge branch 'unconfined_module' of git://github.com/cgzones/refpolicy

This commit is contained in:
Chris PeBenito 2017-01-09 18:13:47 -05:00
commit 694e85cc6f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ interface(`unconfined_domain_noaudit',`
# Use most Linux capabilities
allow $1 self:capability ~sys_module;
allow $1 self:capability2 syslog;
allow $1 self:capability2 { syslog wake_alarm };
allow $1 self:fifo_file manage_fifo_file_perms;
# Transition to myself, to make get_ordered_context_list happy.