PolicyKit: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Fri Jul 27 03:12:31 PDT 2007


 data/PolicyKit.conf.in |    9 +++++++++
 data/config.dtd        |   18 ++++++++++++++++++
 2 files changed, 27 insertions(+)

New commits:
diff-tree c1c6366d7102990904ac1c9f4aa6b9c8ef9b7a65 (from b39bfb80c0ec8995f4fea3d42223b5b450ad11ec)
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Fri Jul 27 12:12:35 2007 +0200

    added missing files to git repo
    
    Added missing files from PolicyKit 0.4 release package to the
    git repo: data/PolicyKit.conf.in, data/config.dtd

diff --git a/data/PolicyKit.conf.in b/data/PolicyKit.conf.in
new file mode 100644
index 0000000..581dd9c
--- /dev/null
+++ b/data/PolicyKit.conf.in
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
+
+<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
+"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">
+
+<!-- See the manual page PolicyKit.conf(5) for file format -->
+
+<config version="0.1">
+</config>
diff --git a/data/config.dtd b/data/config.dtd
new file mode 100644
index 0000000..64358e9
--- /dev/null
+++ b/data/config.dtd
@@ -0,0 +1,18 @@
+<!-- Document Type for PolicyKit configuration file -->
+
+<!-- <config> is the top-level element of the config file. -->
+<!ELEMENT config (match|return)* >
+<!ATTLIST config 
+    version (0.1) #REQUIRED
+>
+
+<!ELEMENT match (match|return)* >
+<!ATTLIST match 
+          action     CDATA #IMPLIED
+          user       CDATA #IMPLIED
+>
+
+<!ELEMENT return (#PCDATA) >
+<!ATTLIST return
+          result    (no|auth_root|auth_root_keep_session|auth_root_keep_always|auth_self|auth_self_keep_session|auth_self_keep_always|yes) #REQUIRED
+>


More information about the hal-commit mailing list