[selinux-policy: 506/3172] should actually try compiling first :x

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:48:22 UTC 2010


commit 474f43d13ddc1f8a8d52a7744edd7fc54d92a77d
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Jul 20 13:39:10 2005 +0000

    should actually try compiling first :x

 refpolicy/policy/modules/system/logging.te |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/policy/modules/system/logging.te b/refpolicy/policy/modules/system/logging.te
index 6e334d4..dc5dee0 100644
--- a/refpolicy/policy/modules/system/logging.te
+++ b/refpolicy/policy/modules/system/logging.te
@@ -54,7 +54,7 @@ dontaudit auditd_t self:capability sys_tty_config;
 allow auditd_t self:process setsched;
 allow auditd_t self:netlink_audit_socket { bind create getattr nlmsg_read nlmsg_write read write };
 
-allow auditd_t var_log_t:dir seach;
+allow auditd_t var_log_t:dir search;
 allow auditd_t auditd_log_t:dir rw_dir_perms;
 allow auditd_t auditd_log_t:file create_file_perms;
 


More information about the scm-commits mailing list