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 3E2BF138200 for ; Mon, 8 Oct 2012 18:18:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E9A0E0262; Mon, 8 Oct 2012 18:17:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A6E83E0459 for ; Mon, 8 Oct 2012 18:17:46 +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 C3C8733D73F for ; Mon, 8 Oct 2012 18:17:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7A0FEE5444 for ; Mon, 8 Oct 2012 18:17:44 +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: <1349719887.82b5b5a2a00077a78423f87875c8577d2d1e04e7.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/accountsd.fc policy/modules/contrib/accountsd.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 82b5b5a2a00077a78423f87875c8577d2d1e04e7 X-VCS-Branch: master Date: Mon, 8 Oct 2012 18:17:44 +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: 15b5f854-4fe0-4894-9e35-55c062a6bca3 X-Archives-Hash: 5fc98533d644353bee0bfadbbee24289 commit: 82b5b5a2a00077a78423f87875c8577d2d1e04e7 Author: Dominick Grift gmail com> AuthorDate: Mon Oct 8 08:17:25 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon Oct 8 18:11:27 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=82b5b5a2 Changes to the accountsd policy module Remove ifdef distro debian from file context spec as it applies to anyone Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/accountsd.fc | 2 -- policy/modules/contrib/accountsd.te | 2 +- 2 files changed, 1 insertions(+), 3 deletions(-) diff --git a/policy/modules/contrib/accountsd.fc b/policy/modules/contrib/accountsd.fc index 3cdf2dd..f9d8d7a 100644 --- a/policy/modules/contrib/accountsd.fc +++ b/policy/modules/contrib/accountsd.fc @@ -1,7 +1,5 @@ /usr/libexec/accounts-daemon -- gen_context(system_u:object_r:accountsd_exec_t,s0) -ifdef(`distro_debian',` /usr/lib/accountsservice/accounts-daemon -- gen_context(system_u:object_r:accountsd_exec_t,s0) -') /var/lib/AccountsService(/.*)? gen_context(system_u:object_r:accountsd_var_lib_t,s0) diff --git a/policy/modules/contrib/accountsd.te b/policy/modules/contrib/accountsd.te index 9b25019..9534a32 100644 --- a/policy/modules/contrib/accountsd.te +++ b/policy/modules/contrib/accountsd.te @@ -1,4 +1,4 @@ -policy_module(accountsd, 1.0.3) +policy_module(accountsd, 1.0.4) gen_require(` class passwd all_passwd_perms;