Fix broken sandboxing resulting in SIGABRT

This commit is contained in:
Niko 2024-09-03 00:37:11 +00:00 committed by GitHub
parent cb1f39b3e5
commit 314824ed59
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