2009-11-04 14:25:42 -06:00
|
|
|
# vim:syntax=apparmor
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Copyright (C) 2009 Canonical Ltd.
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
|
|
|
|
2009-11-04 14:25:42 -06:00
|
|
|
# private ssl permissions
|
|
|
|
|
|
|
|
# Just include the whole /etc/ssl directory if we should have access to
|
|
|
|
# private keys too
|
|
|
|
/etc/ssl/ r,
|
|
|
|
/etc/ssl/** r,
|
|
|
|
|
2016-03-28 21:42:39 +02:00
|
|
|
# acmetool
|
|
|
|
/var/lib/acme/live/* r,
|
|
|
|
/var/lib/acme/certs/** r,
|
|
|
|
/var/lib/acme/keys/** r,
|
2018-08-06 21:19:44 +02:00
|
|
|
|
|
|
|
# dehydrated
|
2019-01-03 08:29:21 -05:00
|
|
|
/{etc,var/lib}/dehydrated/certs/*/privkey*.pem r,
|
2018-11-30 13:52:24 +01:00
|
|
|
|
|
|
|
# certbot / letsencrypt
|
|
|
|
/etc/letsencrypt/archive/*/privkey*.pem r,
|
2019-06-29 23:23:07 +02:00
|
|
|
|
2019-06-28 07:31:10 +00:00
|
|
|
/etc/certbot/archive/*/privkey*.pem r,
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
2020-05-30 19:46:08 +02:00
|
|
|
include if exists <abstractions/ssl_keys.d>
|