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 B8453138ACF for ; Sat, 22 Nov 2014 17:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B419E095F; Sat, 22 Nov 2014 17:44:01 +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 6CF8BE0934 for ; Sat, 22 Nov 2014 17:44:00 +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 885F734053D for ; Sat, 22 Nov 2014 17:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EF03AAF5 for ; Sat, 22 Nov 2014 17:43:58 +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: <1416677327.364faaa731277dee24837e0781cb3cc520f36406.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/admin/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/admin/usermanage.te X-VCS-Directories: policy/modules/admin/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 364faaa731277dee24837e0781cb3cc520f36406 X-VCS-Branch: master Date: Sat, 22 Nov 2014 17:43:58 +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: 36757638-9168-4d28-8c11-39b09b3cee2b X-Archives-Hash: 5b6f89622170dbb7e775bad0c60d3fa9 Message-ID: <20141122174358.X6OaLbvk4XmubnE-7bl6L4K5AuPa9JBoG3yJVELQnkE@z> commit: 364faaa731277dee24837e0781cb3cc520f36406 Author: Sven Vermeulen siphos be> AuthorDate: Sat Nov 22 17:28:47 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Nov 22 17:28:47 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=364faaa7 Add upstream feedback when sent but needs some work --- policy/modules/admin/usermanage.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/admin/usermanage.te b/policy/modules/admin/usermanage.te index 4855693..e11f53a 100644 --- a/policy/modules/admin/usermanage.te +++ b/policy/modules/admin/usermanage.te @@ -571,11 +571,13 @@ ifdef(`distro_gentoo',` # groupadd_t # fix bug #499036 + # Upstream: http://oss.tresys.com/pipermail/refpolicy/2014-April/007058.html allow groupadd_t self:netlink_selinux_socket { create bind }; ######################################## # useradd_t # fix bug #499036 + # Upstream: http://oss.tresys.com/pipermail/refpolicy/2014-April/007058.html allow useradd_t self:netlink_selinux_socket { create bind }; ')