# vim:syntax=apparmor
# private ssl permissions

  # Just include the whole /etc/ssl directory if we should have access to
  # private keys since Ubuntu does not have a strict directory structure
  # in /etc/ssl (beyond certs/ and private/)
  /etc/ssl/ r,
  /etc/ssl/** r,

