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:
parent
bb422c1f01
commit
a7003f4d49
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user