We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19119f commit 3fcaa94Copy full SHA for 3fcaa94
ChangeLog
@@ -3,6 +3,7 @@
3
- Add support for AUDIT_RESP_ORIGIN_UNBLOCK_TIMED to ids
4
- Change auparse_feed_has_data in auparse to include incomplete events
5
- Auditd, stop linking against -lrt
6
+- Add ProtectHome and RestrictRealtime to auditd.service
7
8
3.0.2
9
- In audispd-statsd plugin, use struct sockaddr_storage (Ville Heikkinen)
init.d/auditd.service
@@ -33,6 +33,8 @@ MemoryDenyWriteExecute=true
33
LockPersonality=true
34
ProtectControlGroups=true
35
ProtectKernelModules=true
36
+ProtectHome=true
37
+RestrictRealtime=true
38
39
[Install]
40
WantedBy=multi-user.target
0 commit comments