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 11A6813873B for ; Tue, 4 Mar 2014 15:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72533E0BB7; Tue, 4 Mar 2014 15:30:50 +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 CC3E9E0BB7 for ; Tue, 4 Mar 2014 15:30:49 +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 F19F033FABE for ; Tue, 4 Mar 2014 15:30:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BE01F188EA for ; Tue, 4 Mar 2014 15:30:47 +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: <1393946822.2a915adb767cc3a81ea12ab7bb36f20fca6ee57a.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/admin/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/admin/bootloader.fc X-VCS-Directories: policy/modules/admin/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 2a915adb767cc3a81ea12ab7bb36f20fca6ee57a X-VCS-Branch: master Date: Tue, 4 Mar 2014 15:30:47 +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: 30230310-09aa-4bcd-a448-ca265190e135 X-Archives-Hash: 23fd5abfe55226793e6a524f248b402a commit: 2a915adb767cc3a81ea12ab7bb36f20fca6ee57a Author: Luis Ressel aixah de> AuthorDate: Sun Feb 16 13:59:43 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Tue Mar 4 15:27:02 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=2a915adb Label grub2-install as bootloader_exec_t --- policy/modules/admin/bootloader.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/admin/bootloader.fc b/policy/modules/admin/bootloader.fc index 8c7e6c2..d56f931 100644 --- a/policy/modules/admin/bootloader.fc +++ b/policy/modules/admin/bootloader.fc @@ -8,4 +8,5 @@ /usr/sbin/grub -- gen_context(system_u:object_r:bootloader_exec_t,s0) /usr/sbin/grub2?-bios-setup -- gen_context(system_u:object_r:bootloader_exec_t,s0) +/usr/sbin/grub2?-install -- gen_context(system_u:object_r:bootloader_exec_t,s0) /usr/sbin/grub2?-probe -- gen_context(system_u:object_r:bootloader_exec_t,s0)