Guest User

Untitled

a guest
Aug 1st, 2017
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. # cat /usr/share/polkit-1/actions/org.debian.pcsc-lite.policy
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <!DOCTYPE policyconfig PUBLIC
  4. "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
  5. "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
  6. <policyconfig>
  7. <vendor>The PCSC-lite Project</vendor>
  8. <vendor_url>http://pcsclite.alioth.debian.org/</vendor_url>
  9. <!-- <icon_name>smart-card</icon_name> -->
  10.  
  11. <action id="org.debian.pcsc-lite.access_pcsc">
  12. <description>Access to the PC/SC daemon</description>
  13. <message>Authentication is required to access the PC/SC daemon</message>
  14. <defaults>
  15. <allow_any>yes</allow_any>
  16. <allow_inactive>yes</allow_inactive>
  17. <allow_active>yes</allow_active>
  18. </defaults>
  19. </action>
  20.  
  21. <action id="org.debian.pcsc-lite.access_card">
  22. <description>Access to the smart card</description>
  23. <message>Authentication is required to access the smart card</message>
  24. <defaults>
  25. <allow_any>yes</allow_any>
  26. <allow_inactive>yes</allow_inactive>
  27. <allow_active>yes</allow_active>
  28. </defaults>
  29. </action>
  30.  
  31. </policyconfig>
Advertisement
Add Comment
Please, Sign In to add comment