logo

apparmor.d

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

ssl_keys (938B)


  1. # vim:syntax=apparmor
  2. # ------------------------------------------------------------------
  3. #
  4. # Copyright (C) 2009 Canonical Ltd.
  5. #
  6. # This program is free software; you can redistribute it and/or
  7. # modify it under the terms of version 2 of the GNU General Public
  8. # License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11. abi <abi/3.0>,
  12. # private ssl permissions
  13. # Just include the whole /etc/ssl directory if we should have access to
  14. # private keys too
  15. /etc/ssl/ r,
  16. /etc/ssl/** r,
  17. # acmetool
  18. /var/lib/acme/live/* r,
  19. /var/lib/acme/certs/** r,
  20. /var/lib/acme/keys/** r,
  21. # dehydrated
  22. /{etc,var/lib}/dehydrated/certs/*/privkey*.pem r,
  23. # certbot / letsencrypt
  24. /etc/letsencrypt/archive/*/privkey*.pem r,
  25. /etc/certbot/archive/*/privkey*.pem r,
  26. # Include additions to the abstraction
  27. include if exists <abstractions/ssl_keys.d>