| Server IP : 85.112.90.236 / Your IP : 192.168.1.26 Web Server : Apache System : Linux 85-112-90-236.cprapid.com 6.12.0-211.7.3.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 12:46:58 EDT 2026 x86_64 User : ftechme ( 1002) PHP Version : 8.2.32 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/systemd/system/ |
Upload File : |
[Unit] Description=Load Audit Rules ConditionKernelCommandLine=!audit=0 ConditionKernelCommandLine=!audit=off DefaultDependencies=no # We need the local file system for the rules. Augenrules uses /tmp while # constructing rules, so we have to wait for that to be available, too. After=local-fs.target systemd-tmpfiles-setup.service Documentation=man:auditctl(8) https://github.com/linux-audit/audit-documentation [Service] Type=oneshot ExecStart=/usr/sbin/augenrules --load # By default we don't clear the rules on exit. To enable this, uncomment the # next line after copying the file to /etc/systemd/system/audit-rules.service #ExecStopPost=/usr/sbin/auditctl -R /etc/audit/audit-stop.rules ### Security Settings ### # This won't use any security settings. They tend to interfere with # loading rules anyways. Since its a one-shot service with root owned # input, let's just load and get done. [Install] WantedBy=multi-user.target