[selinux-policy: 27/3172] more comments

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:07:18 UTC 2010


commit bd76460f615a78bf261f136777dfba70b974d2e3
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Apr 20 19:14:56 2005 +0000

    more comments

 refpolicy/policy/modules/system/logging.fc |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/refpolicy/policy/modules/system/logging.fc b/refpolicy/policy/modules/system/logging.fc
index 8102209..4a5bd67 100644
--- a/refpolicy/policy/modules/system/logging.fc
+++ b/refpolicy/policy/modules/system/logging.fc
@@ -1,13 +1,23 @@
 # Copyright (C) 2005 Tresys Technology, LLC
 
+########################################
+#
+# System logs file contexts
+#
 /var/log(/.*)?			system_u:object_r:var_log_t
 
-# klogd
+########################################
+#
+# klogd file contexts
+#
 /sbin/klogd		--	system_u:object_r:klogd_exec_t
 /usr/sbin/klogd		--	system_u:object_r:klogd_exec_t
 /var/run/klogd\.pid	--	system_u:object_r:klogd_var_run_t
 
-# syslogd
+########################################
+#
+# syslog file contexts
+#
 /sbin/syslogd		--	system_u:object_r:syslogd_exec_t
 /sbin/minilogd		--	system_u:object_r:syslogd_exec_t
 /sbin/syslog-ng		--	system_u:object_r:syslogd_exec_t


More information about the scm-commits mailing list