Marcus Meissner
84c1181306
Update to 121 stable release. OBS-URL: https://build.opensuse.org/request/show/997456 OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=176
10 lines
247 B
Diff
10 lines
247 B
Diff
--- a/src/polkitbackend/50-default.rules
|
|
+++ b/src/polkitbackend/50-default.rules
|
|
@@ -8,5 +8,5 @@
|
|
// about configuring polkit.
|
|
|
|
polkit.addAdminRule(function(action, subject) {
|
|
- return ["unix-group:wheel"];
|
|
+ return ["unix-user:0"];
|
|
});
|