mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/clatd: allow AF_UNIX communication
This is needed since clatd will use networkctl to attempt to obtain the PLAT prefix, and networkctl uses UNIX domain sockets to communicate with the systemd-networkd daemon over DBus.
This commit is contained in:
parent
ccae9bb5e8
commit
300efce181
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,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