2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00

profiles: mbsync: Use openssl abstraction instead

This commit is contained in:
Eduardo Barretto 2025-06-11 11:29:46 +02:00
parent bb422c1f01
commit a7003f4d49
No known key found for this signature in database
GPG Key ID: B92697DB02554590

View File

@ -16,6 +16,7 @@ include <tunables/global>
profile mbsync /usr/bin/mbsync {
include <abstractions/base>
include <abstractions/nameservice-strict>
include <abstractions/openssl>
include <abstractions/ssl_certs>
network inet dgram,
@ -25,7 +26,6 @@ profile mbsync /usr/bin/mbsync {
network netlink raw,
@{etc_ro}/gss/mech.d/ r,
@{etc_ro}/ssl/openssl.cnf r,
/usr/bin/mbsync r,
owner @{HOME}/.mbsyncrc r,
owner @{HOME}/Mail/**/ rw,