commit: 2836736274aabe6830e1dc7b93932bc3a7500408 Author: Jason Zaman <jason <AT> perfinion <DOT> com> AuthorDate: Wed Sep 3 19:35:46 2014 +0000 Commit: Jason Zaman <gentoo <AT> perfinion <DOT> com> CommitDate: Wed Sep 3 19:35:46 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=28367362
fcontext for bluetoothd on gentoo --- policy/modules/contrib/bluetooth.fc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy/modules/contrib/bluetooth.fc b/policy/modules/contrib/bluetooth.fc index 2b9c7f3..a28101f 100644 --- a/policy/modules/contrib/bluetooth.fc +++ b/policy/modules/contrib/bluetooth.fc @@ -22,3 +22,8 @@ /var/run/bluetoothd_address -- gen_context(system_u:object_r:bluetooth_var_run_t,s0) /var/run/sdp -s gen_context(system_u:object_r:bluetooth_var_run_t,s0) + + +ifdef(`distro_gentoo',` +/usr/libexec/bluetooth/bluetoothd -- gen_context(system_u:object_r:bluetooth_exec_t,s0) +')
