summaryrefslogtreecommitdiffstats
path: root/selinux_booleans
diff options
context:
space:
mode:
authorSumit Bose <sbose@nb.localdomain>2008-11-07 21:07:12 +0100
committerSumit Bose <sbose@nb.localdomain>2008-11-07 21:07:12 +0100
commit0a1d652b27013cd4e6fb80c9011262e155af050b (patch)
tree84f5ac2cee73bcbfc0549a627bea43c487bb4001 /selinux_booleans
parentc011cbba76a4454a56b5f97c22b505fff2050513 (diff)
downloadipa_policy-0a1d652b27013cd4e6fb80c9011262e155af050b.tar.gz
ipa_policy-0a1d652b27013cd4e6fb80c9011262e155af050b.tar.xz
ipa_policy-0a1d652b27013cd4e6fb80c9011262e155af050b.zip
more updates
Diffstat (limited to 'selinux_booleans')
-rw-r--r--selinux_booleans/selinux_booleans.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/selinux_booleans/selinux_booleans.xsl b/selinux_booleans/selinux_booleans.xsl
index 5da169e..7b6a01f 100644
--- a/selinux_booleans/selinux_booleans.xsl
+++ b/selinux_booleans/selinux_booleans.xsl
@@ -26,8 +26,8 @@ MA 02111-1307, USA.
xmlns:seb="http://freeipa.org/xml/rng/selinux_booleans/1.0">
<md:output_handler>
- <exec_with_args command_name="/usr/sbin/setsebool" user="root"/>
- <file name="/tmp/dummy"/>
+ <md:file md:name="/tmp/dummy"/>
+ <md:exec_with_args md:command="/usr/sbin/setsebool" md:user="root" md:group="root"/>
</md:output_handler>
<xsl:param name="output_selector"/>