Gentoo Archives: gentoo-commits

From: Jason Zaman <gentoo@×××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Mon, 01 Sep 2014 20:42:54
Message-Id: 1409604057.6d5e567b05cc42a77d19ada93bdc723239efc1ec.perfinion@gentoo
1 commit: 6d5e567b05cc42a77d19ada93bdc723239efc1ec
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Sun Aug 31 20:48:12 2014 +0000
4 Commit: Jason Zaman <gentoo <AT> perfinion <DOT> com>
5 CommitDate: Mon Sep 1 20:40:57 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=6d5e567b
7
8 allow chromium to use pulseaudio
9
10 ---
11 policy/modules/contrib/chromium.te | 4 ++++
12 1 file changed, 4 insertions(+)
13
14 diff --git a/policy/modules/contrib/chromium.te b/policy/modules/contrib/chromium.te
15 index 48a0abd..e5aa5aa 100644
16 --- a/policy/modules/contrib/chromium.te
17 +++ b/policy/modules/contrib/chromium.te
18 @@ -240,6 +240,10 @@ ifdef(`use_alsa',`
19 optional_policy(`
20 alsa_domain(chromium_t, chromium_tmpfs_t)
21 ')
22 +
23 + optional_policy(`
24 + pulseaudio_client_domain(chromium_t, chromium_tmpfs_t)
25 + ')
26 ')
27
28 ########################################