Blame strict/domains/program/auditd.te
|
Chris PeBenito |
0fbfa5 |
#DESC auditd - System auditing daemon
|
|
Chris PeBenito |
0fbfa5 |
#
|
|
Chris PeBenito |
0fbfa5 |
# Authors: Colin Walters <walters@verbum.org>
|
|
Chris PeBenito |
0fbfa5 |
#
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
daemon_domain(auditd)
|
|
Chris PeBenito |
0fbfa5 |
allow auditd_t self:netlink_audit_socket { bind create getattr nlmsg_read nlmsg_write read write };
|
|
Chris PeBenito |
0fbfa5 |
allow auditd_t self:capability { audit_write audit_control };
|
|
Chris PeBenito |
0fbfa5 |
allow auditd_t sysadm_tty_device_t:chr_file rw_file_perms;
|
|
Chris PeBenito |
0fbfa5 |
allow auditd_t self:unix_dgram_socket create_socket_perms;
|
|
Chris PeBenito |
0fbfa5 |
allow auditd_t etc_t:file { getattr read };
|
|
Chris PeBenito |
0fbfa5 |
log_domain(auditd)
|