mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
abstractions/crypto: allow read of gnutls config
Administrators might want to define global limits (e.g. disabling a particular feature) via configuration files, but to make that work all confined software needs to be allowed to read those files or otherwise the risk is to silently fall back to internal defaults. This adds the paths usually used by gnutls to abstraction/crypto as it is about cryptography, but also because abstraction/base includes abstraction/crypto and therefore it will be allowed in general.
This commit is contained in:
@@ -24,4 +24,8 @@
|
||||
/etc/crypto-policies/*/*.txt r,
|
||||
/usr/share/crypto-policies/*/*.txt r,
|
||||
|
||||
# Global gnutls config
|
||||
@{etc_ro}/gnutls/config r,
|
||||
@{etc_ro}/gnutls/pkcs11.conf r,
|
||||
|
||||
include if exists <abstractions/crypto.d>
|
||||
|
Reference in New Issue
Block a user