~ubuntu-branches/ubuntu/trusty/policykit-1/trusty

« back to all changes in this revision

Viewing changes to debian/patches/05_revert-admin-identities-unix-group-wheel.patch

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-01-06 12:28:54 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120106122854-ib9s0ej8akqiy0lb
Tags: 0.104-1
* New upstream release.
  - Add support for netgroups. (LP: #724052)
* debian/rules: Disable systemd support, continue to work with ConsokeKit.
* 05_revert-admin-identities-unix-group-wheel.patch: Refresh to apply
  cleanly.
* debian/libpolkit-gobject-1-0.symbols: Add new symbols from this new
  release.
* debian/rules: Do not let test failures fail the build. The new test suite
  also runs a test against the system D-BUS/ConsoleKit, which can't work on
  buildds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 src/polkitbackend/50-localauthority.conf |    2 +-
11
11
 2 files changed, 3 insertions(+), 3 deletions(-)
12
12
 
13
 
diff --git a/docs/man/pklocalauthority.xml b/docs/man/pklocalauthority.xml
14
 
index 02e3f4e..f0343f3 100644
15
 
--- a/docs/man/pklocalauthority.xml
16
 
+++ b/docs/man/pklocalauthority.xml
17
 
@@ -382,10 +382,10 @@
 
13
Index: policykit/docs/man/pklocalauthority.xml
 
14
===================================================================
 
15
--- policykit.orig/docs/man/pklocalauthority.xml        2012-01-06 10:34:01.830221577 +0100
 
16
+++ policykit/docs/man/pklocalauthority.xml     2012-01-06 10:39:24.206237179 +0100
 
17
@@ -385,10 +385,10 @@
18
18
     </para>
19
19
     <programlisting>
20
20
 [Configuration]
27
27
       group can be used for authentication when administrator
28
28
       authentication is needed. This file would typically be installed
29
29
       in the <filename>/etc/polkit-1/localauthority.conf.d</filename>
30
 
diff --git a/src/polkitbackend/50-localauthority.conf b/src/polkitbackend/50-localauthority.conf
31
 
index 5e44bde..20e0ba3 100644
32
 
--- a/src/polkitbackend/50-localauthority.conf
33
 
+++ b/src/polkitbackend/50-localauthority.conf
 
30
Index: policykit/src/polkitbackend/50-localauthority.conf
 
31
===================================================================
 
32
--- policykit.orig/src/polkitbackend/50-localauthority.conf     2012-01-06 10:33:58.254221404 +0100
 
33
+++ policykit/src/polkitbackend/50-localauthority.conf  2012-01-06 10:39:24.210237180 +0100
34
34
@@ -7,4 +7,4 @@
35
35
 #
36
36
 
37
37
 [Configuration]
38
38
-AdminIdentities=unix-group:wheel
39
39
+AdminIdentities=unix-user:0
40
 
1.7.7.3
41