r31626 - in /desktop/unstable/gnome-utils/debian: changelog gnome-system-log.install org.debian.pkexec.gnome-system-log.policy

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Nov 19 21:29:46 UTC 2011


Author: biebl
Date: Sat Nov 19 21:29:41 2011
New Revision: 31626

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31626
Log:
* debian/org.debian.pkexec.gnome-system-log.policy:
  - Install PolicyKit action definition for gnome-system-log. X applications
    need explicit configuration so they can be started via pkexec.

Added:
    desktop/unstable/gnome-utils/debian/org.debian.pkexec.gnome-system-log.policy
Modified:
    desktop/unstable/gnome-utils/debian/changelog
    desktop/unstable/gnome-utils/debian/gnome-system-log.install

Modified: desktop/unstable/gnome-utils/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-utils/debian/changelog?rev=31626&op=diff
==============================================================================
--- desktop/unstable/gnome-utils/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-utils/debian/changelog [utf-8] Sat Nov 19 21:29:41 2011
@@ -4,8 +4,11 @@
   * debian/watch:
     - Track .xz tarballs.
     - Fix regex to correctly match directories.
-
- -- Michael Biebl <biebl at debian.org>  Sat, 19 Nov 2011 11:52:08 +0100
+  * debian/org.debian.pkexec.gnome-system-log.policy:
+    - Install PolicyKit action definition for gnome-system-log. X applications
+      need explicit configuration so they can be started via pkexec.
+
+ -- Michael Biebl <biebl at debian.org>  Sat, 19 Nov 2011 22:17:01 +0100
 
 gnome-utils (3.2.1-1) experimental; urgency=low
 

Modified: desktop/unstable/gnome-utils/debian/gnome-system-log.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-utils/debian/gnome-system-log.install?rev=31626&op=diff
==============================================================================
--- desktop/unstable/gnome-utils/debian/gnome-system-log.install [utf-8] (original)
+++ desktop/unstable/gnome-utils/debian/gnome-system-log.install [utf-8] Sat Nov 19 21:29:41 2011
@@ -7,3 +7,4 @@
 usr/share/glib-2.0/schemas/org.gnome.gnome-system-log.gschema.xml
 usr/share/GConf/gsettings/logview.convert
 debian/pixmaps/gnome-system-log.xpm /usr/share/pixmaps
+debian/org.debian.pkexec.gnome-system-log.policy /usr/share/polkit-1/actions

Added: desktop/unstable/gnome-utils/debian/org.debian.pkexec.gnome-system-log.policy
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-utils/debian/org.debian.pkexec.gnome-system-log.policy?rev=31626&op=file
==============================================================================
--- desktop/unstable/gnome-utils/debian/org.debian.pkexec.gnome-system-log.policy (added)
+++ desktop/unstable/gnome-utils/debian/org.debian.pkexec.gnome-system-log.policy [utf-8] Sat Nov 19 21:29:41 2011
@@ -1,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE policyconfig PUBLIC
+ "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+<policyconfig>
+
+  <action id="org.debian.pkexec.gnome-system-log.run">
+    <description>Run gnome-system-log</description>
+    <message>Authentication is required to run gnome-system-log</message>
+    <defaults>
+      <allow_any>no</allow_any>
+      <allow_inactive>no</allow_inactive>
+      <allow_active>auth_admin_keep</allow_active>
+    </defaults>
+    <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/gnome-system-log</annotate>
+    <annotate key="org.freedesktop.policykit.exec.allow_gui">TRUE</annotate>
+  </action>
+
+</policyconfig>




More information about the pkg-gnome-commits mailing list