Skip to content

Commit bec5475

Browse files
committed
Disable ProtectKernelModules by default
1 parent 93727ef commit bec5475

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

init.d/auditd.service.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ MemoryDenyWriteExecute=true
3838
LockPersonality=true
3939
## The following control prevents rules on /proc so its off by default
4040
#ProtectControlGroups=true
41-
ProtectKernelModules=true
41+
## The following control prevents rules on /usr/lib/modules/ its off by default
42+
#ProtectKernelModules=true
4243
RestrictRealtime=true
4344

4445
[Install]

0 commit comments

Comments
 (0)