Initial commit
This commit is contained in:
commit
968d09e362
88 changed files with 2323 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
// Connecting to a WiFi in the gnome-shell quick settings prompts for an admin
|
||||
// password without this rule.
|
||||
// https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7378
|
||||
|
||||
polkit.addRule(function (action, subject) {
|
||||
if (action.id === "org.freedesktop.NetworkManager.settings.modify.system") {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue