logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

p11-kit (999B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2012 Canonical Ltd.
  4. #
  5. # This program is free software; you can redistribute it and/or
  6. # modify it under the terms of version 2 of the GNU General Public
  7. # License published by the Free Software Foundation.
  8. #
  9. # ------------------------------------------------------------------
  10. abi <abi/3.0>,
  11. /etc/pkcs11/ r,
  12. /etc/pkcs11/pkcs11.conf r,
  13. /etc/pkcs11/modules/ r,
  14. /etc/pkcs11/modules/* r,
  15. /usr/lib{,32,64}/pkcs11/*.so mr,
  16. /usr/lib/@{multiarch}/pkcs11/*.so mr,
  17. /usr/share/p11-kit/modules/ r,
  18. /usr/share/p11-kit/modules/* r,
  19. # gnome-keyring pkcs11 module
  20. owner @{run}/user/[0-9]*/keyring*/pkcs11 rw,
  21. # p11-kit also supports reading user configuration from ~/.pkcs11 depending
  22. # on how /etc/pkcs11/pkcs11.conf is configured. This should generally not be
  23. # included in this abstraction.
  24. # Include additions to the abstraction
  25. include if exists <abstractions/p11-kit.d>