nixos/hostapd: fix hostapd_cli

K900 04630101 c25a593f

Changed files
+1 -1
nixos
modules
services
networking
+1 -1
nixos/modules/services/networking/hostapd.nix
···
DeviceAllow = "/dev/rfkill rw";
NoNewPrivileges = true;
PrivateUsers = false; # hostapd requires true root access.
-
PrivateTmp = true;
ProtectClock = true;
ProtectControlGroups = true;
ProtectHome = true;
···
DeviceAllow = "/dev/rfkill rw";
NoNewPrivileges = true;
PrivateUsers = false; # hostapd requires true root access.
+
PrivateTmp = false; # hostapd_cli opens a socket in /tmp
ProtectClock = true;
ProtectControlGroups = true;
ProtectHome = true;