Skip to content

Instantly share code, notes, and snippets.

@theodric
Created August 28, 2025 19:01
Show Gist options
  • Save theodric/8e4191a9bf3157c818757c83bec784ce to your computer and use it in GitHub Desktop.
Save theodric/8e4191a9bf3157c818757c83bec784ce to your computer and use it in GitHub Desktop.
Fix for inability to modify network connections as unpriv user in openSUSE TW 2025.xx
# /usr/share/polkit-1/rules.d/50-org.freedesktop.NetworkManager.rules
[Let fuckassuser modify system settings for network]
Identity=unix-user:fuckassuser
Action=org.freedesktop.NetworkManager.*
ResultAny=yes
ResultInactive=yes
ResultActive=ye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment