From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3285413877A for ; Wed, 3 Sep 2014 19:36:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 445E4E0856; Wed, 3 Sep 2014 19:36:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EED42E0856 for ; Wed, 3 Sep 2014 19:36:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C93F34014B for ; Wed, 3 Sep 2014 19:36:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12E034A05 for ; Wed, 3 Sep 2014 19:36:09 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1409772946.2836736274aabe6830e1dc7b93932bc3a7500408.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/bluetooth.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 2836736274aabe6830e1dc7b93932bc3a7500408 X-VCS-Branch: master Date: Wed, 3 Sep 2014 19:36:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ce2201d9-43bd-42ae-8526-d9847ecce1a9 X-Archives-Hash: eae88b0e236f41c033eabfc6785b9bcb Message-ID: <20140903193609.h1seVQ2zXi5yA4ZZjr4q0bcQ_e1KBnO6MhKYPkmvZ7g@z> commit: 2836736274aabe6830e1dc7b93932bc3a7500408 Author: Jason Zaman perfinion com> AuthorDate: Wed Sep 3 19:35:46 2014 +0000 Commit: Jason Zaman perfinion 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) +')