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 495841389E2 for ; Fri, 28 Nov 2014 10:04:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5054E08A4; Fri, 28 Nov 2014 10:04:09 +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 C4F63E089C for ; Fri, 28 Nov 2014 10:04:08 +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 D73B6340495 for ; Fri, 28 Nov 2014 10:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A743B150 for ; Fri, 28 Nov 2014 10:04:04 +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: <1417004891.30ac48af98cd4789dcfcb897a969d51233844db4.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next 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: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 30ac48af98cd4789dcfcb897a969d51233844db4 X-VCS-Branch: next Date: Fri, 28 Nov 2014 10:04:04 +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: 001a959e-bd9c-4dd5-be6c-9a4b01a82a91 X-Archives-Hash: 686b619a360d5dd6897d6a6c98994d3a commit: 30ac48af98cd4789dcfcb897a969d51233844db4 Author: Jason Zaman perfinion com> AuthorDate: Tue Nov 25 20:04:56 2014 +0000 Commit: Sven Vermeulen gentoo org> 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) ') ')