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 609AA138CB7 for ; Tue, 3 Mar 2015 15:19:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 192F1E07BA; Tue, 3 Mar 2015 15:19:02 +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 BDB57E07BA for ; Tue, 3 Mar 2015 15:19:01 +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 6F783340680 for ; Tue, 3 Mar 2015 15:19:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 160D712F53 for ; Tue, 3 Mar 2015 15:18:59 +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: <1425395928.9c0dcd8c971259c2af31fb6fdc133388aa478a29.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/selinuxutil.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 9c0dcd8c971259c2af31fb6fdc133388aa478a29 X-VCS-Branch: master Date: Tue, 3 Mar 2015 15:18:59 +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: 2b383b53-dc8e-489a-b0bd-81c72961374b X-Archives-Hash: 3e25a2e106bc724a99d2cfab3c441dc7 Message-ID: <20150303151859.ywLpE2KG9Srig0WQllZnt6eStimb6KRMx4sCrnGvOhQ@z> commit: 9c0dcd8c971259c2af31fb6fdc133388aa478a29 Author: Sven Vermeulen siphos be> AuthorDate: Tue Mar 3 15:18:48 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Tue Mar 3 15:18:48 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=9c0dcd8c Fix bug #541990 - Grant setfscreate to semanage_migrate_store [semanage_t] policy/modules/system/selinuxutil.te | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/policy/modules/system/selinuxutil.te b/policy/modules/system/selinuxutil.te index b0d14cb..9b70f53 100644 --- a/policy/modules/system/selinuxutil.te +++ b/policy/modules/system/selinuxutil.te @@ -667,4 +667,12 @@ ifdef(`distro_gentoo',` # Moved out of files_relabel_non_auth_files as it cannot be used in tunable_policy otherwise seutil_relabelto_bin_policy(restorecond_t) + + ########################################## + # + # semanage local policy + # + + # Fix bug #541990 - Grant setfscreate privilege to allow semanage_migrate_store to work properly + allow semanage_t self:process { setfscreate }; ')