mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] nixos/zigbee2mqtt: add AF_UNIX to RestrictAddressFamilies (#533681)
This commit is contained in:
commit
4fc2687053
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ in
|
|||
"AF_INET"
|
||||
"AF_INET6"
|
||||
"AF_NETLINK"
|
||||
"AF_UNIX"
|
||||
];
|
||||
RestrictNamespaces = true;
|
||||
RestrictRealtime = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue