mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-07 01:41:00 +01:00

Subject: profiles: Add openssl abstraction References: bnc#623886 Profiles that use openssl have been adding the openssl files piecemeal. This patch creates a new openssl abstraction that can be inherited by all profiles that use it. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Patch for - profiles/apparmor.d/abstractions/ssl_certs - profiles/apparmor/profiles/extras/usr.sbin.httpd2-prefork (second chunk) updated by Christian Boltz <apparmor@cboltz.de> (didn't apply to trunk) Acked-By: Steve Beattie <sbeattie@ubuntu.com> Copyright header in profiles/apparmor.d/abstractions/openssl added by Christian Boltz <apparmor@cboltz.de>
19 lines
678 B
Text
19 lines
678 B
Text
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2002-2005 Novell/SUSE
|
|
# Copyright (C) 2010-2011 Canonical Ltd.
|
|
#
|
|
# 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.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
|
|
/etc/ssl/ r,
|
|
/etc/ssl/certs/ r,
|
|
/etc/ssl/certs/* r,
|
|
/usr/share/ca-certificates/ r,
|
|
/usr/share/ca-certificates/** r,
|
|
/usr/share/ssl/certs/ca-bundle.crt r,
|
|
/usr/local/share/ca-certificates/ r,
|
|
/usr/local/share/ca-certificates/** r,
|