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 717EC13877A for ; Sun, 22 Jun 2014 11:37:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47C42E088B; Sun, 22 Jun 2014 11:37:10 +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 DACABE088B for ; Sun, 22 Jun 2014 11:37:09 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE89633FEE8 for ; Sun, 22 Jun 2014 11:37:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8612618D8B for ; Sun, 22 Jun 2014 11:37:07 +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: <1403436930.d8ac33569dbe35c448ff90002638c1af1212bb4e.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/fstools.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d8ac33569dbe35c448ff90002638c1af1212bb4e X-VCS-Branch: master Date: Sun, 22 Jun 2014 11:37:07 +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: b4868974-c266-4e14-8ab0-bcaa8c7b21c6 X-Archives-Hash: b66a86179f049f7dcdee3317b9d33b30 commit: d8ac33569dbe35c448ff90002638c1af1212bb4e Author: Jason Zaman perfinion com> AuthorDate: Sun Jun 22 11:33:35 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Jun 22 11:35:30 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d8ac3356 Add file contexts for efibootmgr and gdisk Signed-off-by: Jason Zaman perfinion.com> --- policy/modules/system/fstools.fc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/system/fstools.fc b/policy/modules/system/fstools.fc index afdc067..213ceb2 100644 --- a/policy/modules/system/fstools.fc +++ b/policy/modules/system/fstools.fc @@ -58,4 +58,6 @@ ifdef(`distro_gentoo',` /sbin/mkfs\.f2fs -- gen_context(system_u:object_r:fsadm_exec_t,s0) /usr/sbin/mkfs\.f2fs -- gen_context(system_u:object_r:fsadm_exec_t,s0) +/usr/sbin/gdisk -- gen_context(system_u:object_r:fsadm_exec_t,s0) +/usr/sbin/efibootmgr -- gen_context(system_u:object_r:fsadm_exec_t,s0) ')