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 162141381F3 for ; Thu, 15 Aug 2013 12:10:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA7B3E0B4F; Thu, 15 Aug 2013 12:10:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AAB7E0B4F for ; Thu, 15 Aug 2013 12:10:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5509F33EAD3 for ; Thu, 15 Aug 2013 12:10:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D9F72E468F for ; Thu, 15 Aug 2013 12:10:32 +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: <1376568556.53ffaa16bcf8e6265d8248ae2b0ae92cefd9f3b3.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: 53ffaa16bcf8e6265d8248ae2b0ae92cefd9f3b3 X-VCS-Branch: master Date: Thu, 15 Aug 2013 12:10:32 +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: 115f3e66-2451-468f-867c-31153629b85b X-Archives-Hash: 7443d3d9fc70151e8529a92cc37f6b7a commit: 53ffaa16bcf8e6265d8248ae2b0ae92cefd9f3b3 Author: Sven Vermeulen siphos be> AuthorDate: Thu Aug 15 12:09:16 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Thu Aug 15 12:09:16 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=53ffaa16 Merged with main --- policy/modules/admin/usermanage.te | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/policy/modules/admin/usermanage.te b/policy/modules/admin/usermanage.te index eeb0c7a..1d732f1 100644 --- a/policy/modules/admin/usermanage.te +++ b/policy/modules/admin/usermanage.te @@ -562,17 +562,3 @@ optional_policy(` rpm_use_fds(useradd_t) rpm_rw_pipes(useradd_t) ') - -ifdef(`distro_gentoo',` - ################################ - # - # Local policy for chfn - # - - # Needed to use chsh - seutil_read_file_contexts(chfn_t) - - optional_policy(` - nscd_run(chfn_t, chfn_roles) - ') -')