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 6DFE1138819 for ; Thu, 12 Dec 2013 12:37:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA82FE0A84; Thu, 12 Dec 2013 12:37:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15F4DE0A84 for ; Thu, 12 Dec 2013 12:37:08 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 397E633F3BA for ; Thu, 12 Dec 2013 12:37:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7471819002E for ; Thu, 12 Dec 2013 12:37:05 +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: <1386851711.06b31da4bf8d7140f78371fea0955d8ecd682a5e.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.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 06b31da4bf8d7140f78371fea0955d8ecd682a5e X-VCS-Branch: master Date: Thu, 12 Dec 2013 12:37:05 +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: 1e8e034b-4ec2-4613-a21d-c2079af7aee3 X-Archives-Hash: 4c992fb56c5e7e283109c9b3d4cddd5a commit: 06b31da4bf8d7140f78371fea0955d8ecd682a5e Author: Chris PeBenito tresys com> AuthorDate: Tue Dec 10 15:26:53 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Dec 12 12:35:11 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=06b31da4 init: init_script_domain() allow system_r role the init script domain type Manually apply patch from Dominick Grift. --- policy/modules/system/init.if | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/system/init.if b/policy/modules/system/init.if index 3b788c2..fa19e41 100644 --- a/policy/modules/system/init.if +++ b/policy/modules/system/init.if @@ -76,6 +76,8 @@ interface(`init_script_domain',` domain_type($1) domain_entry_file($1, $2) + role system_r types $1; + domtrans_pattern(init_run_all_scripts_domain, $2, $1) ')