Jellyfin: Fix NVENC, NVDEC usage by allowing AF_UNIX

Fix NVENC, NVDEC usage when transcoding with hardware capabilities
This commit is contained in:
Giulio De Pasquale 2022-03-09 19:44:06 +00:00 committed by GitHub
parent 47ebcd1bbe
commit 3b944f4c0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ in
RestrictNamespaces = true;
# AF_NETLINK needed because Jellyfin monitors the network connection
RestrictAddressFamilies = [ "AF_NETLINK" "AF_INET" "AF_INET6" ];
RestrictAddressFamilies = [ "AF_NETLINK" "AF_INET" "AF_INET6" "AF_UNIX" ];
RestrictRealtime = true;
RestrictSUIDSGID = true;