Skip to content

Commit e6c7978

Browse files
authored
fix IPAddressDeny value because it's not a boolean, it's a list of IP addresses or symbolic names (#312)
1 parent 4965c83 commit e6c7978

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
@@ -38,7 +38,7 @@ RestrictNamespaces=true
3838
RestrictRealtime=true
3939
LockPersonality=true
4040
PrivateNetwork=true
41-
IPAddressDeny=true
41+
IPAddressDeny=any
4242

4343
# Unix socket is used by dbus-send.
4444
RestrictAddressFamilies=AF_UNIX

0 commit comments

Comments
 (0)