mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00

These directories were introduced in openssl in https://patchwork.ozlabs.org/project/openwrt/patch/20210429153530.10020-2-cotequeiroz@gmail.com/
19 lines
610 B
Text
19 lines
610 B
Text
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2011 Novell/SUSE
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
# License published by the Free Software Foundation.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
|
|
abi <abi/3.0>,
|
|
|
|
/etc/ssl/openssl.cnf r,
|
|
/etc/ssl/{engdef,engines}.d/ r,
|
|
/etc/ssl/{engdef,engines}.d/*.cnf r,
|
|
/usr/share/ssl/openssl.cnf r,
|
|
|
|
# Include additions to the abstraction
|
|
include if exists <abstractions/openssl.d>
|