mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
Use openssl abstraction
This commit is contained in:
parent
af0c622b35
commit
75a66e573e
1 changed files with 1 additions and 3 deletions
|
@ -107,12 +107,10 @@ profile dkms @{exec_path} flags=(attach_disconnected) {
|
|||
profile kmod {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/openssl>
|
||||
|
||||
/{usr/,}bin/kmod mr,
|
||||
|
||||
/etc/depmod.d/{,ubuntu.conf} r,
|
||||
/etc/ssl/openssl.cnf r,
|
||||
|
||||
@{PROC}/cmdline r,
|
||||
|
||||
/{usr/,}lib/modules/*/modules.* rw,
|
||||
|
|
Loading…
Reference in a new issue