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 89C9A138CBD 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 11821E0870; Tue, 3 Mar 2015 15:19:03 +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 8CA26E0870 for ; Tue, 3 Mar 2015 15:19:02 +0000 (UTC) Received: from manakin.gentoo.org (static-108-28-123-98.washdc.fios.verizon.net [108.28.123.98]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5C6E3409D6 for ; Tue, 3 Mar 2015 15:19:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by manakin.gentoo.org (Postfix) with ESMTP id ED4D0603E9 for ; Tue, 3 Mar 2015 15:19:00 +0000 (UTC) From: "git@oystercatcher mirror+tproxy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "git@oystercatcher mirror+tproxy" Message-ID: <1425395928.9c0dcd8c971259c2af31fb6fdc133388aa478a29.git@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: git X-VCS-Committer-Name: git@oystercatcher mirror+tproxy X-VCS-Revision: 9c0dcd8c971259c2af31fb6fdc133388aa478a29 X-VCS-Branch: master Date: Tue, 3 Mar 2015 15:19:00 +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: 68e2fbc6-4600-4ed2-ad6d-c8b628672974 X-Archives-Hash: e24e28ab4bc313a8eedfe81f68338a93 commit: 9c0dcd8c971259c2af31fb6fdc133388aa478a29 Author: Sven Vermeulen siphos be> AuthorDate: Tue Mar 3 15:18:48 2015 +0000 Commit: git@oystercatcher mirror+tproxy oystercatcher 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 }; ')