daemon domain allows noatsecure siginh rlimitinh, not dontaudit
This commit is contained in:
parent
8119850297
commit
bcd35991d1
|
@ -140,7 +140,7 @@ requires_block_template(domain_all_daemon_domains_transition_depend,$3)
|
|||
allow $1 daemon_domain:process transition;
|
||||
allow $1 daemon_domain_entry:file { getattr read execute };
|
||||
allow init_domain $1:fd use;
|
||||
dontaudit $1 daemon_domain:process { noatsecure siginh rlimitinh };
|
||||
allow $1 daemon_domain:process { noatsecure siginh rlimitinh };
|
||||
')
|
||||
|
||||
define(`domain_all_daemon_domains_transition_depend',`
|
||||
|
|
Loading…
Reference in New Issue