Skip to content

Instantly share code, notes, and snippets.

@junzis
Last active October 17, 2017 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junzis/67a827cab70201f495447465a8048123 to your computer and use it in GitHub Desktop.
Save junzis/67a827cab70201f495447465a8048123 to your computer and use it in GitHub Desktop.
Difficult Ubuntu bug fixes
Ubuntu network manager permission problem
--------------------------------------------
edit: /var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla
and change:
[Adding or changing system-wide NetworkManager connections]
Identity=unix-group:admin;unix-group:sudo
Action=org.freedesktop.NetworkManager.settings.mod ify.system
ResultActive=yes
to:
[Adding or changing system-wide NetworkManager connections]
Identity=unix-group:admin;unix-group:sudo;unix-group:users
Action=org.freedesktop.NetworkManager.settings.mod ify.system
ResultActive=yes
in terminal do a: adduser YOURUSERNAME users
Reboot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment