From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE7AD1395E2 for ; Tue, 6 Dec 2016 13:40:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F4FE21C301; Tue, 6 Dec 2016 13:39:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D8C521C300 for ; Tue, 6 Dec 2016 13:39:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DC413415A2 for ; Tue, 6 Dec 2016 13:39:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6B1024C6 for ; Tue, 6 Dec 2016 13:39:35 +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: <1481028119.68baf3fd885ca06420812d2ff3cbf1b7f7fc2ad6.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/devicekit.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 68baf3fd885ca06420812d2ff3cbf1b7f7fc2ad6 X-VCS-Branch: master Date: Tue, 6 Dec 2016 13:39:35 +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: 23bd3fd1-8007-41ab-91f5-c21d18162f1f X-Archives-Hash: 4a9cf1e74325770ee184c8c0c24682c4 commit: 68baf3fd885ca06420812d2ff3cbf1b7f7fc2ad6 Author: Jason Zaman perfinion com> AuthorDate: Wed Oct 26 17:19:20 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 6 12:41:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=68baf3fd devicekit: fcontext for udisks2 policy/modules/contrib/devicekit.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/devicekit.fc b/policy/modules/contrib/devicekit.fc index ae49c9d..8908ab6 100644 --- a/policy/modules/contrib/devicekit.fc +++ b/policy/modules/contrib/devicekit.fc @@ -10,6 +10,7 @@ /usr/libexec/devkit-disks-daemon -- gen_context(system_u:object_r:devicekit_disk_exec_t,s0) /usr/libexec/devkit-power-daemon -- gen_context(system_u:object_r:devicekit_power_exec_t,s0) /usr/libexec/udisks-daemon -- gen_context(system_u:object_r:devicekit_disk_exec_t,s0) +/usr/libexec/udisks2/udisksd -- gen_context(system_u:object_r:devicekit_disk_exec_t,s0) /usr/libexec/upowerd -- gen_context(system_u:object_r:devicekit_power_exec_t,s0) /var/lib/DeviceKit-.* gen_context(system_u:object_r:devicekit_var_lib_t,s0) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A8BB1395E2 for ; Tue, 6 Dec 2016 14:25:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88AF0E0C4B; Tue, 6 Dec 2016 14:25:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 655ACE0C4B for ; Tue, 6 Dec 2016 14:25:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CC583412CB for ; Tue, 6 Dec 2016 14:25:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13CA424BF for ; Tue, 6 Dec 2016 14:25:00 +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: <1481028119.68baf3fd885ca06420812d2ff3cbf1b7f7fc2ad6.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/devicekit.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 68baf3fd885ca06420812d2ff3cbf1b7f7fc2ad6 X-VCS-Branch: next Date: Tue, 6 Dec 2016 14:25:00 +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: f1f3c12b-371c-47d9-9c57-fa2b448b0989 X-Archives-Hash: 6f50ab947e1f0f323a8c036cb64a56c3 Message-ID: <20161206142500.EsBf0XHJkVgQ8h5GVwCpyxpQ5G7ugtR_TFGbbmvxM5Q@z> commit: 68baf3fd885ca06420812d2ff3cbf1b7f7fc2ad6 Author: Jason Zaman perfinion com> AuthorDate: Wed Oct 26 17:19:20 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 6 12:41:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=68baf3fd devicekit: fcontext for udisks2 policy/modules/contrib/devicekit.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/devicekit.fc b/policy/modules/contrib/devicekit.fc index ae49c9d..8908ab6 100644 --- a/policy/modules/contrib/devicekit.fc +++ b/policy/modules/contrib/devicekit.fc @@ -10,6 +10,7 @@ /usr/libexec/devkit-disks-daemon -- gen_context(system_u:object_r:devicekit_disk_exec_t,s0) /usr/libexec/devkit-power-daemon -- gen_context(system_u:object_r:devicekit_power_exec_t,s0) /usr/libexec/udisks-daemon -- gen_context(system_u:object_r:devicekit_disk_exec_t,s0) +/usr/libexec/udisks2/udisksd -- gen_context(system_u:object_r:devicekit_disk_exec_t,s0) /usr/libexec/upowerd -- gen_context(system_u:object_r:devicekit_power_exec_t,s0) /var/lib/DeviceKit-.* gen_context(system_u:object_r:devicekit_var_lib_t,s0)