summaryrefslogtreecommitdiffstats
path: root/selinux_booleans
diff options
context:
space:
mode:
authorSumit Bose <sbose@nb.localdomain>2008-11-05 14:53:04 +0100
committerSumit Bose <sbose@nb.localdomain>2008-11-05 14:53:04 +0100
commitc011cbba76a4454a56b5f97c22b505fff2050513 (patch)
tree7a98caaf2507cadfecff6ecf30aeed309e22354e /selinux_booleans
parent7337fc891d0b38e35f9b0db5bf2989b819f7412b (diff)
downloadipa_policy-c011cbba76a4454a56b5f97c22b505fff2050513.tar.gz
ipa_policy-c011cbba76a4454a56b5f97c22b505fff2050513.tar.xz
ipa_policy-c011cbba76a4454a56b5f97c22b505fff2050513.zip
added metadata evaluation to worker.c
Diffstat (limited to 'selinux_booleans')
-rw-r--r--selinux_booleans/selinux_booleans.rng2
-rw-r--r--selinux_booleans/selinux_booleans.xsl1
-rw-r--r--selinux_booleans/selinux_booleans_example_policy.xml2
3 files changed, 3 insertions, 2 deletions
diff --git a/selinux_booleans/selinux_booleans.rng b/selinux_booleans/selinux_booleans.rng
index eea4cb3..ba4b4d9 100644
--- a/selinux_booleans/selinux_booleans.rng
+++ b/selinux_booleans/selinux_booleans.rng
@@ -35,7 +35,7 @@ xmlns:pa="http://freeipa.org/xml/rng/ns/plugable_architecture/1.0">
<a:version>0.1</a:version>
<define name="rng_filename"><value>selinux_booleans.rng</value></define>
- <define name="xslt_filename"><value>selinux_booleans.xslt</value></define>
+ <define name="xslt_filename"><value>selinux_booleans.xsl</value></define>
<define name="application_name"><value>selinux_booleans</value></define>
<include href="policy_metadata.rng"/>
diff --git a/selinux_booleans/selinux_booleans.xsl b/selinux_booleans/selinux_booleans.xsl
index 3963490..5da169e 100644
--- a/selinux_booleans/selinux_booleans.xsl
+++ b/selinux_booleans/selinux_booleans.xsl
@@ -27,6 +27,7 @@ MA 02111-1307, USA.
<md:output_handler>
<exec_with_args command_name="/usr/sbin/setsebool" user="root"/>
+ <file name="/tmp/dummy"/>
</md:output_handler>
<xsl:param name="output_selector"/>
diff --git a/selinux_booleans/selinux_booleans_example_policy.xml b/selinux_booleans/selinux_booleans_example_policy.xml
index 9e79ee0..3eaa0b7 100644
--- a/selinux_booleans/selinux_booleans_example_policy.xml
+++ b/selinux_booleans/selinux_booleans_example_policy.xml
@@ -5,7 +5,7 @@
<author>sbose@redhat.com</author>
<version>0.7071</version>
<RNGfile>selinux_booleans.rng</RNGfile>
- <XSLTfile>selinux_booleans.xslt</XSLTfile>
+ <XSLTfile>selinux_booleans.xsl</XSLTfile>
<app>selinux_booleans</app>
</metadata>