diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-03-07 02:43:30 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-03-07 02:43:30 +0000 |
commit | b76c6369b9dd9ba53409f1735bede827d157e4a5 (patch) | |
tree | 9abbb05f82c198e64139c23c43fdcefced26990f /sec-policy/selinux-gnupg | |
parent | Migrate towards selinux-courier, name changed to match upstream naming standa... (diff) | |
download | gentoo-2-b76c6369b9dd9ba53409f1735bede827d157e4a5.tar.gz gentoo-2-b76c6369b9dd9ba53409f1735bede827d157e4a5.tar.bz2 gentoo-2-b76c6369b9dd9ba53409f1735bede827d157e4a5.zip |
Allow gnupg / mutt interaction
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-gnupg')
-rw-r--r-- | sec-policy/selinux-gnupg/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-gnupg/files/fix-apps-gpg-r1.patch | 13 | ||||
-rw-r--r-- | sec-policy/selinux-gnupg/selinux-gnupg-2.20101213-r1.ebuild | 14 |
3 files changed, 34 insertions, 1 deletions
diff --git a/sec-policy/selinux-gnupg/ChangeLog b/sec-policy/selinux-gnupg/ChangeLog index 8e91023724be..efc026c9fab5 100644 --- a/sec-policy/selinux-gnupg/ChangeLog +++ b/sec-policy/selinux-gnupg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-gnupg # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gnupg/ChangeLog,v 1.29 2011/02/05 12:07:07 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gnupg/ChangeLog,v 1.30 2011/03/07 02:43:30 blueness Exp $ + +*selinux-gnupg-2.20101213-r1 (07 Mar 2011) + + 07 Mar 2011; Anthony G. Basile <blueness@gentoo.org> + +files/fix-apps-gpg-r1.patch, +selinux-gnupg-2.20101213-r1.ebuild: + Allow gnupg / mutt interaction *selinux-gnupg-2.20101213 (05 Feb 2011) diff --git a/sec-policy/selinux-gnupg/files/fix-apps-gpg-r1.patch b/sec-policy/selinux-gnupg/files/fix-apps-gpg-r1.patch new file mode 100644 index 000000000000..7fb18f666bc8 --- /dev/null +++ b/sec-policy/selinux-gnupg/files/fix-apps-gpg-r1.patch @@ -0,0 +1,13 @@ +--- apps/gpg.te 2010-12-13 15:11:01.000000000 +0100 ++++ apps/gpg.te 2011-02-10 22:16:43.841999997 +0100 +@@ -347,6 +347,10 @@ + ') + + optional_policy(` ++ mutt_manage_tmp_files(gpg_t) ++') ++ ++optional_policy(` + pulseaudio_exec(gpg_pinentry_t) + pulseaudio_rw_home_files(gpg_pinentry_t) + pulseaudio_setattr_home_dir(gpg_pinentry_t) diff --git a/sec-policy/selinux-gnupg/selinux-gnupg-2.20101213-r1.ebuild b/sec-policy/selinux-gnupg/selinux-gnupg-2.20101213-r1.ebuild new file mode 100644 index 000000000000..362fb69c3302 --- /dev/null +++ b/sec-policy/selinux-gnupg/selinux-gnupg-2.20101213-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gnupg/selinux-gnupg-2.20101213-r1.ebuild,v 1.1 2011/03/07 02:43:30 blueness Exp $ + +MODS="gpg" +IUSE="" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for GNU privacy guard" + +KEYWORDS="~amd64 ~x86" + +POLICY_PATCH="${FILESDIR}/fix-apps-gpg-r1.patch" |