Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-gpg/files: fix-apps-gpg-r2.patch
Date: Mon, 25 Jul 2011 23:04:11
Message-Id: 20110725224921.49F2320051@flycatcher.gentoo.org
1 blueness 11/07/25 22:49:21
2
3 Added: fix-apps-gpg-r2.patch
4 Log:
5 Initial commit to tree
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sec-policy/selinux-gpg/files/fix-apps-gpg-r2.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-gpg/files/fix-apps-gpg-r2.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-gpg/files/fix-apps-gpg-r2.patch?rev=1.1&content-type=text/plain
14
15 Index: fix-apps-gpg-r2.patch
16 ===================================================================
17 --- apps/gpg.te 2010-12-13 15:11:01.000000000 +0100
18 +++ apps/gpg.te 2011-07-22 16:43:36.926000872 +0200
19 @@ -147,6 +147,11 @@
20 ')
21
22 optional_policy(`
23 + gentoo_portage_search_conf(gpg_t)
24 + gentoo_portage_read_tmp_files(gpg_t)
25 +')
26 +
27 +optional_policy(`
28 xserver_use_xdm_fds(gpg_t)
29 xserver_rw_xdm_pipes(gpg_t)
30 ')
31 @@ -347,6 +352,10 @@
32 ')
33
34 optional_policy(`
35 + mutt_manage_tmp_files(gpg_t)
36 +')
37 +
38 +optional_policy(`
39 pulseaudio_exec(gpg_pinentry_t)
40 pulseaudio_rw_home_files(gpg_pinentry_t)
41 pulseaudio_setattr_home_dir(gpg_pinentry_t)