Fix broken sandboxing resulting in SIGABRT (#136)

This commit is contained in:
Niko 2024-09-03 20:08:52 +00:00 committed by GitHub
parent 3729bced93
commit 5b7f822f17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK
RestrictNamespaces=true
RestrictRealtime=true
SystemCallArchitectures=native
SystemCallFilter=@system-service
SystemCallFilter=@system-service @sandbox
[Install]
WantedBy=multi-user.target