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 C678113838B for ; Sat, 13 Sep 2014 09:38:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 722C1E084F; Sat, 13 Sep 2014 09:38:39 +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 93B15E084E for ; Sat, 13 Sep 2014 09:38:38 +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 BDBF8340194 for ; Sat, 13 Sep 2014 09:38:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2349C5592 for ; Sat, 13 Sep 2014 09:38:35 +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: <1410600312.af47eb2d50f3e3c134ec307b5021db258bb027ab.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/init.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: af47eb2d50f3e3c134ec307b5021db258bb027ab X-VCS-Branch: master Date: Sat, 13 Sep 2014 09:38: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: 7edc05ee-8819-4066-b55f-31edcb987995 X-Archives-Hash: c1a30bb3487c4414d17c03259b897468 commit: af47eb2d50f3e3c134ec307b5021db258bb027ab Author: Chris PeBenito tresys com> AuthorDate: Fri Sep 12 13:42:59 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Sep 13 09:25:12 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=af47eb2d Move systemd fc entry. --- policy/modules/system/init.fc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/policy/modules/system/init.fc b/policy/modules/system/init.fc index 3c50f9d..e499287 100644 --- a/policy/modules/system/init.fc +++ b/policy/modules/system/init.fc @@ -22,11 +22,12 @@ ifdef(`distro_gentoo',` # # /lib # +/lib/systemd/systemd -- gen_context(system_u:object_r:init_exec_t,s0) + ifdef(`distro_gentoo', ` /lib/rc/init\.d(/.*)? gen_context(system_u:object_r:initrc_state_t,s0) /lib/rc/console(/.*)? gen_context(system_u:object_r:initrc_state_t,s0) ') -/lib/systemd/systemd -- gen_context(system_u:object_r:init_exec_t,s0) # # /sbin