From 65c747340778cdd4007f0c5c9015f1720106c36f Mon Sep 17 00:00:00 2001 From: Jamie Strandboge Date: Wed, 22 Jun 2011 16:42:22 -0500 Subject: [PATCH] profiles/apparmor.d/abstractions/ssl_certs: allow access to /usr/local/share/ca-certificates --- profiles/apparmor.d/abstractions/ssl_certs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/apparmor.d/abstractions/ssl_certs b/profiles/apparmor.d/abstractions/ssl_certs index 4bf64a167..bc795547d 100644 --- a/profiles/apparmor.d/abstractions/ssl_certs +++ b/profiles/apparmor.d/abstractions/ssl_certs @@ -1,7 +1,7 @@ # ------------------------------------------------------------------ # # Copyright (C) 2002-2005 Novell/SUSE -# Copyright (C) 2010 Canonical Ltd. +# 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 @@ -14,3 +14,5 @@ /etc/ssl/certs/* r, /usr/share/ca-certificates/ r, /usr/share/ca-certificates/** r, + /usr/local/share/ca-certificates/ r, + /usr/local/share/ca-certificates/** r,