iso-profiles/oem/asus-rog-ally-oem-kde/live-overlay/usr/share/polkit-1/actions/org.manjaro.host.policy
2023-08-15 12:36:10 +02:00

32 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
<policyconfig>
<vendor>Manjaro</vendor>
<vendor_url>https://manjaro.org</vendor_url>
<action id="org.manjaro.policykit.steamos.pkexec.run-set-hostname">
<description>Set the hostname</description>
<icon_name>package-x-generic</icon_name>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/steamos-polkit-helpers/steamos-set-hostname</annotate>
</action>
<action id="org.manjaro.policykit.steamos.pkexec.run-set-timezone">
<description>Set the timezone</description>
<icon_name>package-x-generic</icon_name>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/steamos-polkit-helpers/steamos-set-timezone</annotate>
</action>
</policyconfig>