Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD polkit Policy Configuration 1.0//EN"
  3. "http://www.freedesktop.org/software/polkit/policyconfig-1.dtd">
  4. <policyconfig>
  5.  
  6. <action id="org.freedesktop.policykit.example.pkexec.star-gui.sh">
  7. <description>Run star-gui.sh</description>
  8. <message>Authentication is required to run star-gui.sh</message>
  9. <icon_name>gtk-preferences</icon_name>
  10. <defaults>
  11. <allow_any>no</allow_any>
  12. <allow_inactive>no</allow_inactive>
  13. <allow_active>auth_admin</allow_active>
  14. </defaults>
  15. <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/star-gui.sh</annotate>
  16. <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
  17. </action>
  18.  
  19. </policyconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement