123456789101112131415161718 |
- type auditctl, domain, coredomain;
- type auditctl_exec, file_type, system_file_type, exec_type;
- init_daemon_domain(auditctl)
- allow auditctl self:global_capability_class_set audit_control;
- allow auditctl self:netlink_audit_socket { create_socket_perms_no_ioctl nlmsg_write };
|