blob: 1562e69db9527766529c9f4e06a24e12b2ff4f4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
From 1892aeb9c13841335a4ac383e8a787a3c2728c45 Mon Sep 17 00:00:00 2001
From: Michael Biebl <biebl@debian.org>
Date: Fri, 9 Dec 2011 00:31:21 +0100
Subject: [PATCH] Revert "Default to AdminIdentities=unix-group:wheel for
local authority"
This reverts commit 763faf434b445c20ae9529100d3ef5290976d0c9.
---
docs/man/pklocalauthority.xml | 4 ++--
src/polkitbackend/50-localauthority.conf | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Index: policykit/docs/man/pklocalauthority.xml
===================================================================
--- policykit.orig/docs/man/pklocalauthority.xml 2012-01-06 10:34:01.830221577 +0100
+++ policykit/docs/man/pklocalauthority.xml 2012-01-06 10:39:24.206237179 +0100
@@ -385,10 +385,10 @@
</para>
<programlisting>
[Configuration]
-AdminIdentities=unix-group:staff
+AdminIdentities=unix-group:desktop_admin_r
</programlisting>
<para>
- specifies that any user in the <literal>staff</literal> UNIX
+ that any user in the <literal>desktop_admin_r</literal> UNIX
group can be used for authentication when administrator
authentication is needed. This file would typically be installed
in the <filename>/etc/polkit-1/localauthority.conf.d</filename>
Index: policykit/src/polkitbackend/50-localauthority.conf
===================================================================
--- policykit.orig/src/polkitbackend/50-localauthority.conf 2012-01-06 10:33:58.254221404 +0100
+++ policykit/src/polkitbackend/50-localauthority.conf 2012-01-06 10:39:24.210237180 +0100
@@ -7,4 +7,4 @@
#
[Configuration]
-AdminIdentities=unix-group:wheel
+AdminIdentities=unix-user:0
|