Dominique Leuenberger
66fec04ebd
New upstream release . NOTE! -- Do not ack this until mozjs60 sub https://build.opensuse.org/request/show/706263 is acked into Factory -- Needs this change to build OK. OBS-URL: https://build.opensuse.org/request/show/706749 OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=133
12 lines
469 B
Diff
12 lines
469 B
Diff
Index: polkit-0.116/src/polkitbackend/50-default.rules
|
|
===================================================================
|
|
--- polkit-0.116.orig/src/polkitbackend/50-default.rules 2018-03-27 13:46:06.000000000 +0200
|
|
+++ polkit-0.116/src/polkitbackend/50-default.rules 2019-05-31 22:55:57.990503876 +0200
|
|
@@ -8,5 +8,5 @@
|
|
// about configuring polkit.
|
|
|
|
polkit.addAdminRule(function(action, subject) {
|
|
- return ["unix-group:wheel"];
|
|
+ return ["unix-user:0"];
|
|
});
|