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 0A93913877A for ; Sun, 31 Aug 2014 18:14:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A374E0BB5; Sun, 31 Aug 2014 18:14:55 +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 13BE6E0BB5 for ; Sun, 31 Aug 2014 18:14:54 +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 B1A5B33F883 for ; Sun, 31 Aug 2014 18:14:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 346B045A5 for ; Sun, 31 Aug 2014 18:14:52 +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: <1409508856.a2c27b5797c6d7420fe0bb36ee364406d260c960.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: a2c27b5797c6d7420fe0bb36ee364406d260c960 X-VCS-Branch: master Date: Sun, 31 Aug 2014 18:14:52 +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: ff0c44f1-3180-453e-be17-3f029c24f05a X-Archives-Hash: 17c2ba17b60d06980d09d15964ee7649 commit: a2c27b5797c6d7420fe0bb36ee364406d260c960 Author: Sven Vermeulen siphos be> AuthorDate: Sun Aug 31 18:14:16 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Aug 31 18:14:16 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=a2c27b57 Mark mkconfig as bootloader executable too --- policy/modules/admin/bootloader.fc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/admin/bootloader.fc b/policy/modules/admin/bootloader.fc index d56f931..2503c58 100644 --- a/policy/modules/admin/bootloader.fc +++ b/policy/modules/admin/bootloader.fc @@ -10,3 +10,7 @@ /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) + +ifdef(`distro_gentoo',` +/usr/sbin/grub2?-mkconfig -- gen_context(system_u:object_r:bootloader_exec_t,s0) +')