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 D1D2C1381F3 for ; Fri, 27 Sep 2013 13:27:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EAA1E0EBB; Fri, 27 Sep 2013 13:27:28 +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 C30ECE0E7B for ; Fri, 27 Sep 2013 13:27:27 +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 9A94F33EE00 for ; Fri, 27 Sep 2013 13:27:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 428EEE5309 for ; Fri, 27 Sep 2013 13:27:25 +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: <1380288029.02180246ec67ee6e32b3aa95c042e9b335f0d6d6.swift@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/authlogin.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 02180246ec67ee6e32b3aa95c042e9b335f0d6d6 X-VCS-Branch: master Date: Fri, 27 Sep 2013 13:27:25 +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: 67fd47c3-3c06-41f7-b300-8947f9c40d8e X-Archives-Hash: 140053a658e948b1f45a9d823cea8916 commit: 02180246ec67ee6e32b3aa95c042e9b335f0d6d6 Author: Dominick Grift gmail com> AuthorDate: Tue Sep 24 13:40:05 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Sep 27 13:20:29 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=02180246 authlogin: Sudo file context specification did not catch paths (squash me) Signed-off-by: Dominick Grift gmail.com> --- policy/modules/system/authlogin.fc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/policy/modules/system/authlogin.fc b/policy/modules/system/authlogin.fc index 1226c32..bc3f7dc 100644 --- a/policy/modules/system/authlogin.fc +++ b/policy/modules/system/authlogin.fc @@ -48,4 +48,5 @@ ifdef(`distro_gentoo', ` /var/run/sepermit(/.*)? gen_context(system_u:object_r:pam_var_run_t,s0) /var/run/sudo(/.*)? gen_context(system_u:object_r:pam_var_run_t,s0) /var/run/user(/.*)? gen_context(system_u:object_r:var_auth_t,s0) -/var/(db|lib|adm)/sudo(/.*)? gen_context(system_u:object_r:pam_var_run_t,s0) +/var/(db|adm)/sudo(/.*)? gen_context(system_u:object_r:pam_var_run_t,s0) +/var/lib/sudo(/.*)? gen_context(system_u:object_r:pam_var_run_t,s0)