mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
feat(abs): add gnutls and openssl config to the crypto abs.
Follow (and confirm) recent addition from upstream.
This commit is contained in:
parent
9c859cec9d
commit
d5972cdf1d
2 changed files with 9 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
# Allow to receive some signals
|
||||
# Allow to receive some signals from new well-known profiles
|
||||
signal (receive) peer=htop,
|
||||
signal (receive) peer=sudo,
|
||||
signal (receive) peer=top,
|
||||
|
@ -21,7 +21,6 @@
|
|||
/usr/share/locale/ r,
|
||||
|
||||
@{etc_rw}/localtime r,
|
||||
/etc/gnutls/config r,
|
||||
/etc/locale.conf r,
|
||||
|
||||
@{sys}/devices/system/cpu/possible r,
|
||||
|
|
8
apparmor.d/abstractions/crypto.d/complete
Normal file
8
apparmor.d/abstractions/crypto.d/complete
Normal file
|
@ -0,0 +1,8 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
include <abstractions/openssl>
|
||||
|
||||
@{etc_ro}/gnutls/config r,
|
||||
@{etc_ro}/gnutls/pkcs11.conf r,
|
Loading…
Reference in a new issue