assets/systemd: remove landlock instructions from seccomp filter by default

This commit is contained in:
2025-12-02 13:49:36 +09:00
parent 3e46d6f541
commit 9f9e1ce504

View File

@@ -51,6 +51,10 @@ RestrictRealtime=true
RestrictSUIDSGID=true
SocketBindDeny=any
SystemCallArchitectures=native
SystemCallFilter=@system-service @sandbox
SystemCallFilter=@system-service
# This is needed for landlock
# SystemCallFilter=@sandbox
SystemCallFilter=~@privileged @resources
UMask=0777