wpa_supplicant: introduce unprivileged service#55802
wpa_supplicant: introduce unprivileged service#55802dkwo wants to merge 1 commit intovoid-linux:masterfrom
Conversation
|
what discussion in nixpkgs? |
|
Just fully changing the ownership of the configuration directory to the writable by the unprivileged user does not seem like its necessary. |
|
Refs: NixOS/nixpkgs#305722 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031375 Would |
|
Maybe something like |
|
Indeed, this seems to be enough: I changed the service accordingly. |
|
After some trial and error, I found out that I can even lockdown the file system, giving it only access to Would it make sense to add this to the unprivileged service? |
|
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it. |
This is the same setup that was proposed earlier, except we now create a new service, so the user can choose what to use (default to current root service). The unprivileged service has been working seamlessly for me for many months, but certain setups can be affected, e.g. wpa_cli (see also the discussion in nixpkgs).
See also the corresponging pr for dhcpcd #53404