diff options
author | Chris PeBenito <cpebenito@tresys.com> | 2008-02-25 14:20:56 +0000 |
---|---|---|
committer | Chris PeBenito <cpebenito@tresys.com> | 2008-02-25 14:20:56 +0000 |
commit | 90c3c561ef5ae6bbe46b7cbe6702803d5c2df9af (patch) | |
tree | ab505a29abe8d54c3e53ed119a698cbe6076b9af /policy/modules/system/logging.fc | |
parent | 9fa023ff58e46db6b1d638806aa483fe497daf7f (diff) |
trunk: fc fix and if addtion from Stefan Schulze Frielinghaus.
Diffstat (limited to 'policy/modules/system/logging.fc')
-rw-r--r-- | policy/modules/system/logging.fc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/policy/modules/system/logging.fc b/policy/modules/system/logging.fc index b797ef76..244c3a84 100644 --- a/policy/modules/system/logging.fc +++ b/policy/modules/system/logging.fc @@ -15,10 +15,10 @@ /usr/sbin/klogd -- gen_context(system_u:object_r:klogd_exec_t,s0) /usr/sbin/metalog -- gen_context(system_u:object_r:syslogd_exec_t,s0) -/usr/sbin/syslogd -- gen_context(system_u:object_r:syslogd_exec_t,s0) -ifdef(`distro_gentoo', ` +/usr/sbin/rklogd -- gen_context(system_u:object_r:klogd_exec_t,s0) +/usr/sbin/rsyslogd -- gen_context(system_u:object_r:syslogd_exec_t,s0) /usr/sbin/syslog-ng -- gen_context(system_u:object_r:syslogd_exec_t,s0) -') +/usr/sbin/syslogd -- gen_context(system_u:object_r:syslogd_exec_t,s0) ifdef(`distro_suse', ` /var/lib/stunnel/dev/log -s gen_context(system_u:object_r:devlog_t,s0) |