Last active
October 17, 2017 08:54
-
-
Save junzis/67a827cab70201f495447465a8048123 to your computer and use it in GitHub Desktop.
Difficult Ubuntu bug fixes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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