From 079779a6348463d3ed8be0220014776db9763d19 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Aug 30 2010 19:15:03 +0000 Subject: Allow hald to transition to netutils Block signal via mcs systems --- diff --git a/policy/mcs b/policy/mcs index ebe5833..fbd2c40 100644 --- a/policy/mcs +++ b/policy/mcs @@ -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 )); # diff --git a/policy/modules/services/hal.te b/policy/modules/services/hal.te index 0a54d67..188cd75 100644 --- a/policy/modules/services/hal.te +++ b/policy/modules/services/hal.te @@ -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)