added missing files to git repo
authorDanny Kukawka <danny.kukawka@web.de>
Fri, 27 Jul 2007 10:12:35 +0000 (12:12 +0200)
committerDanny Kukawka <danny.kukawka@web.de>
Fri, 27 Jul 2007 10:12:35 +0000 (12:12 +0200)
Added missing files from PolicyKit 0.4 release package to the
git repo: data/PolicyKit.conf.in, data/config.dtd

data/PolicyKit.conf.in [new file with mode: 0644]
data/config.dtd [new file with mode: 0644]

diff --git a/data/PolicyKit.conf.in b/data/PolicyKit.conf.in
new file mode 100644 (file)
index 0000000..581dd9c
--- /dev/null
@@ -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 (file)
index 0000000..64358e9
--- /dev/null
@@ -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
+>