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: Wed, 03 Sep 2014 19:36:14
Message-Id: 1409772946.2836736274aabe6830e1dc7b93932bc3a7500408.perfinion@gentoo
1 commit: 2836736274aabe6830e1dc7b93932bc3a7500408
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Wed Sep 3 19:35:46 2014 +0000
4 Commit: Jason Zaman <gentoo <AT> perfinion <DOT> com>
5 CommitDate: Wed Sep 3 19:35:46 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=28367362
7
8 fcontext for bluetoothd on gentoo
9
10 ---
11 policy/modules/contrib/bluetooth.fc | 5 +++++
12 1 file changed, 5 insertions(+)
13
14 diff --git a/policy/modules/contrib/bluetooth.fc b/policy/modules/contrib/bluetooth.fc
15 index 2b9c7f3..a28101f 100644
16 --- a/policy/modules/contrib/bluetooth.fc
17 +++ b/policy/modules/contrib/bluetooth.fc
18 @@ -22,3 +22,8 @@
19
20 /var/run/bluetoothd_address -- gen_context(system_u:object_r:bluetooth_var_run_t,s0)
21 /var/run/sdp -s gen_context(system_u:object_r:bluetooth_var_run_t,s0)
22 +
23 +
24 +ifdef(`distro_gentoo',`
25 +/usr/libexec/bluetooth/bluetoothd -- gen_context(system_u:object_r:bluetooth_exec_t,s0)
26 +')