Skip to content

Commit c171b72

Browse files
zickgrafrfjakob
authored andcommitted
Add process_mrelease to allowed system calls
required since 2e00404 Without this, earlyoom seems to work but actually is killed with signal SIGSYS whenever an OOM situation occurs. It is immediately restarted by systemd, which is why this problem might go unnoticed.
1 parent e6c7978 commit c171b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

earlyoom.service.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ IPAddressDeny=any
4444
RestrictAddressFamilies=AF_UNIX
4545

4646
SystemCallArchitectures=native
47-
SystemCallFilter=@system-service
47+
SystemCallFilter=@system-service process_mrelease
4848
SystemCallFilter=~@resources @privileged
4949

5050
[Install]

0 commit comments

Comments
 (0)