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

update-ca-certificates (from ca-certificates-1_201310161709-1.1.noarch) stores certs in this directory now. References: https://bugzilla.novell.com/show_bug.cgi?id=852018 Acked-by: Seth Arnold <seth.arnold@canonical.com>
21 lines
742 B
Text
21 lines
742 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,
|
|
/var/lib/ca-certificates/ r,
|
|
/var/lib/ca-certificates/** r,
|