Allow hald to transition to netutils
Block signal via mcs systems
This commit is contained in:
parent
898c0de0b7
commit
079779a634
@ -98,7 +98,7 @@ mlsconstrain process { transition dyntransition }
|
||||
mlsconstrain process { ptrace }
|
||||
(( h1 dom h2) or ( t1 == mcsptraceall ));
|
||||
|
||||
mlsconstrain process { sigkill sigstop }
|
||||
mlsconstrain process { signal sigkill sigstop }
|
||||
(( h1 dom h2 ) or ( t1 == mcskillall ));
|
||||
|
||||
#
|
||||
|
@ -226,6 +226,8 @@ sysnet_signal_dhcpc(hald_t)
|
||||
userdom_dontaudit_use_unpriv_user_fds(hald_t)
|
||||
userdom_dontaudit_search_user_home_dirs(hald_t)
|
||||
|
||||
netutils_domtrans(hald_t)
|
||||
|
||||
optional_policy(`
|
||||
alsa_domtrans(hald_t)
|
||||
alsa_read_rw_config(hald_t)
|
||||
|
Loading…
Reference in New Issue
Block a user