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
@ -75,6 +75,7 @@ in
|
||||
"AF_INET"
|
||||
"AF_INET6"
|
||||
"AF_NETLINK"
|
||||
"AF_UNIX"
|
||||
];
|
||||
RestrictNamespaces = true;
|
||||
RestrictRealtime = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user