summaryrefslogtreecommitdiffstats
path: root/selinux_booleans/selinux_booleans.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'selinux_booleans/selinux_booleans.xsl')
-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"/>