]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Remove bogus lines from systemd.te
authorDan Walsh <dwalsh@redhat.com>
Fri, 15 Jul 2011 17:51:36 +0000 (13:51 -0400)
committerDan Walsh <dwalsh@redhat.com>
Fri, 15 Jul 2011 17:51:36 +0000 (13:51 -0400)
policy/modules/system/systemd.te

index 4571714fb4ae674b7b4a8adc9dd9c3ffb385a443..8f117838070366f84b819603d9157bd781fe2e28 100644 (file)
@@ -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)