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 EF5A8138331 for ; Sun, 25 Mar 2018 10:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 005D2E07EE; Sun, 25 Mar 2018 10:29:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE2D5E07EE for ; Sun, 25 Mar 2018 10:29:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6880F335C60 for ; Sun, 25 Mar 2018 10:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7665925B for ; Sun, 25 Mar 2018 10:29:19 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1521970224.de0bc389501c938e7a739a6dc4c9812f8412f715.swift@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.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: de0bc389501c938e7a739a6dc4c9812f8412f715 X-VCS-Branch: master Date: Sun, 25 Mar 2018 10:29:19 +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: f90affa9-4b62-40cb-9a28-34cd93d3d770 X-Archives-Hash: 2ce4982e9364d08c9d02c2ab45888fe5 commit: de0bc389501c938e7a739a6dc4c9812f8412f715 Author: Chris PeBenito ieee org> AuthorDate: Sun Feb 18 13:19:26 2018 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Mar 25 09:30:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=de0bc389 udisks2 and /dev/mem version 2 patch from Russell Coker. policy/modules/contrib/devicekit.te | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/policy/modules/contrib/devicekit.te b/policy/modules/contrib/devicekit.te index 390564a3..27e0dae0 100644 --- a/policy/modules/contrib/devicekit.te +++ b/policy/modules/contrib/devicekit.te @@ -1,4 +1,4 @@ -policy_module(devicekit, 1.8.1) +policy_module(devicekit, 1.8.2) ######################################## # @@ -151,6 +151,11 @@ miscfiles_read_localization(devicekit_disk_t) userdom_read_all_users_state(devicekit_disk_t) userdom_search_user_home_dirs(devicekit_disk_t) +ifdef(`distro_debian',` + # /dev/mem is accessed by libparted to get EFI data + dev_read_raw_memory(devicekit_disk_t) +') + optional_policy(` dbus_system_bus_client(devicekit_disk_t)