From: Dominick Grift Date: Fri, 15 Jul 2011 17:42:58 +0000 (+0200) Subject: This does not belong here X-Git-Tag: 000~699 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cde12fa1e6b250f7b7c305192372b532f102bfb2;p=people%2Fstevee%2Fselinux-policy.git This does not belong here --- diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te index 4571714f..8f117838 100644 --- a/policy/modules/system/systemd.te +++ b/policy/modules/system/systemd.te @@ -297,27 +297,3 @@ auth_use_nsswitch(systemd_logger_t) logging_send_syslog_msg(systemd_logger_t) miscfiles_read_localization(systemd_logger_t) - -#============= abrt_helper_t ============== -kernel_read_kernel_sysctls(abrt_helper_t) -kernel_read_system_state(abrt_helper_t) - -#============= init_t ============== -allow init_t systemd_logger_t:unix_stream_socket connectto; - -#============= initrc_t ============== -allow initrc_t wdmd_var_run_t:dir add_name; -allow initrc_t wdmd_var_run_t:file create; - -#============= system_dbusd_t ============== -allow system_dbusd_t systemd_logind_sessions_t:fifo_file write; -domain_type(system_dbusd_t) - -#============= systemd_logger_t ============== - -#============= virtd_t ============== -allow virtd_t dnsmasq_var_run_t:dir create; - -#============= xdm_t ============== -allow xdm_t systemd_logind_sessions_t:fifo_file write; -domain_type(xdm_t)