Skip to content

Commit 3fcaa94

Browse files
Add ProtectHome and RestrictRealtime to auditd.service
1 parent c19119f commit 3fcaa94

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Add support for AUDIT_RESP_ORIGIN_UNBLOCK_TIMED to ids
44
- Change auparse_feed_has_data in auparse to include incomplete events
55
- Auditd, stop linking against -lrt
6+
- Add ProtectHome and RestrictRealtime to auditd.service
67

78
3.0.2
89
- In audispd-statsd plugin, use struct sockaddr_storage (Ville Heikkinen)

init.d/auditd.service

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ MemoryDenyWriteExecute=true
3333
LockPersonality=true
3434
ProtectControlGroups=true
3535
ProtectKernelModules=true
36+
ProtectHome=true
37+
RestrictRealtime=true
3638

3739
[Install]
3840
WantedBy=multi-user.target

0 commit comments

Comments
 (0)