summaryrefslogtreecommitdiff
path: root/policy/modules/system/logging.fc
diff options
context:
space:
mode:
authorChris PeBenito <cpebenito@tresys.com>2006-10-04 17:25:34 +0000
committerChris PeBenito <cpebenito@tresys.com>2006-10-04 17:25:34 +0000
commite070dd2df0f98fa28389855628a5af3c87d01a6c (patch)
tree89eb01f512eebfea94f413e2b2cc94c391b145ac /policy/modules/system/logging.fc
parent00219064d7dc35a5a7ffc944e1574b80a6370cc6 (diff)
- Move range transitions to modules.
- Make number of MLS sensitivities, and number of MLS and MCS categories configurable as build options.
Diffstat (limited to 'policy/modules/system/logging.fc')
-rw-r--r--policy/modules/system/logging.fc8
1 files changed, 4 insertions, 4 deletions
diff --git a/policy/modules/system/logging.fc b/policy/modules/system/logging.fc
index 6730fd23..2d999fdd 100644
--- a/policy/modules/system/logging.fc
+++ b/policy/modules/system/logging.fc
@@ -1,7 +1,7 @@
/dev/log -s gen_context(system_u:object_r:devlog_t,s0)
-/etc/audit(/.*)? gen_context(system_u:object_r:auditd_etc_t,s15:c0.c255)
+/etc/audit(/.*)? gen_context(system_u:object_r:auditd_etc_t,mls_systemhigh)
/sbin/auditctl -- gen_context(system_u:object_r:auditctl_exec_t,s0)
/sbin/auditd -- gen_context(system_u:object_r:auditd_exec_t,s0)
@@ -24,11 +24,11 @@ ifdef(`distro_suse', `
/var/axfrdns/log/main(/.*)? gen_context(system_u:object_r:var_log_t,s0)
/var/dnscache/log/main(/.*)? gen_context(system_u:object_r:var_log_t,s0)
-/var/log -d gen_context(system_u:object_r:var_log_t,s0-s15:c0.c255)
+/var/log -d gen_context(system_u:object_r:var_log_t,s0-mls_systemhigh)
/var/log/.* gen_context(system_u:object_r:var_log_t,s0)
-/var/log/audit\.log -- gen_context(system_u:object_r:auditd_log_t,s15:c0.c255)
+/var/log/audit\.log -- gen_context(system_u:object_r:auditd_log_t,mls_systemhigh)
-/var/log/audit(/.*)? gen_context(system_u:object_r:auditd_log_t,s15:c0.c255)
+/var/log/audit(/.*)? gen_context(system_u:object_r:auditd_log_t,mls_systemhigh)
/var/run/audit_events -s gen_context(system_u:object_r:auditd_var_run_t,s0)
/var/run/auditd\.pid -- gen_context(system_u:object_r:auditd_var_run_t,s0)