From 0463010189335ed96aa65721bfcd6b85fb2ccd80 Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 12 Mar 2025 13:22:28 +0300 Subject: [PATCH] nixos/hostapd: fix hostapd_cli --- nixos/modules/services/networking/hostapd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/hostapd.nix b/nixos/modules/services/networking/hostapd.nix index 28dd6db874bc..9bf9f1a4c3a0 100644 --- a/nixos/modules/services/networking/hostapd.nix +++ b/nixos/modules/services/networking/hostapd.nix @@ -1447,7 +1447,7 @@ in DeviceAllow = "/dev/rfkill rw"; NoNewPrivileges = true; PrivateUsers = false; # hostapd requires true root access. - PrivateTmp = true; + PrivateTmp = false; # hostapd_cli opens a socket in /tmp ProtectClock = true; ProtectControlGroups = true; ProtectHome = true;