pika-kernel-manager/data/polkit-1/actions/pkm.change.scx.policy

19 lines
783 B
Plaintext
Raw Normal View History

2024-06-22 19:43:00 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/software/polkit/policyconfig-1.dtd">
<policyconfig>
2024-08-31 04:10:09 +02:00
<action id="pkm.change.scx">
2024-06-22 19:43:00 +02:00
<message>Authentication is required to change the SCX Scheduler</message>
2024-08-31 04:10:09 +02:00
<icon_name>com.github.pikaos-linux.pika-kernel-manager</icon_name>
2024-06-22 19:43:00 +02:00
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
2024-08-31 04:10:09 +02:00
<annotate key="org.freedesktop.policykit.exec.path">/usr/lib/pika/kernel-manager/scripts/change_scx.sh</annotate>
2024-06-22 19:43:00 +02:00
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>