mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
Fix up policy source and add EL6 compiled version
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
BIN
roles/base/files/selinux/rsyslog-audit.pp
Normal file
BIN
roles/base/files/selinux/rsyslog-audit.pp
Normal file
Binary file not shown.
@@ -1,15 +1,10 @@
|
||||
module rsyslog-audit 1.0;
|
||||
|
||||
require {
|
||||
type audit_log_t;
|
||||
class file search;
|
||||
}
|
||||
|
||||
require {
|
||||
type audit_log_t;
|
||||
class file ioctl;
|
||||
class file open;
|
||||
class file read;
|
||||
type auditd_log_t;
|
||||
type syslogd_t;
|
||||
class file { getattr ioctl open read };
|
||||
class dir { getattr search };
|
||||
}
|
||||
|
||||
#============= syslogd_t ==============
|
||||
|
||||
Reference in New Issue
Block a user