Merge branch 'unconfined_module' of git://github.com/cgzones/refpolicy
This commit is contained in:
commit
694e85cc6f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue