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 221061389E2 for ; Thu, 27 Nov 2014 08:31:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4C87E07FA; Thu, 27 Nov 2014 08:31:36 +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 3E13AE07FE for ; Thu, 27 Nov 2014 08:31:35 +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 E521C3406A1 for ; Thu, 27 Nov 2014 08:31:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86C46B01D for ; Thu, 27 Nov 2014 08:31:33 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1417004891.30ac48af98cd4789dcfcb897a969d51233844db4.perfinion@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/userdomain.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 30ac48af98cd4789dcfcb897a969d51233844db4 X-VCS-Branch: master Date: Thu, 27 Nov 2014 08:31:33 +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: 225c5ae7-346c-4caf-947c-98975903632e X-Archives-Hash: f074429c342dab1c5a577fc391449b60 Message-ID: <20141127083133._tqPSn2_VQYFKwewRqfmjNXGPAhVsIPwazh6ezbFKEE@z> commit: 30ac48af98cd4789dcfcb897a969d51233844db4 Author: Jason Zaman perfinion com> AuthorDate: Tue Nov 25 20:04:56 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Wed Nov 26 12:28:11 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=30ac48af Allow admin users to manage user tmp chr_files Needed when building initrds. --- policy/modules/system/userdomain.if | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/system/userdomain.if b/policy/modules/system/userdomain.if index eba23be..1d5370c 100644 --- a/policy/modules/system/userdomain.if +++ b/policy/modules/system/userdomain.if @@ -1249,6 +1249,8 @@ template(`userdom_admin_user_template',` allow $1_t self:netlink_kobject_uevent_socket create_socket_perms; # Moved out of files_relabel_non_auth_files as it cannot be used in tunable_policy otherwise seutil_relabelto_bin_policy($1_t) + # allow to manage chr_files in user_tmp (for initrd's) + userdom_manage_user_tmp_chr_files($1_t) ') ')