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 A57EB1389E2 for ; Tue, 25 Nov 2014 20:53:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CEBAE0886; Tue, 25 Nov 2014 20:53:40 +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 5AFA8E0886 for ; Tue, 25 Nov 2014 20:53:40 +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 095E934038F for ; Tue, 25 Nov 2014 20:53:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9D42A8E6 for ; Tue, 25 Nov 2014 20:53:37 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1416948789.fae9e3e65e96422c41c75be98fc76f7815873b5e.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:adminroles commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/quota.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: fae9e3e65e96422c41c75be98fc76f7815873b5e X-VCS-Branch: adminroles Date: Tue, 25 Nov 2014 20:53:37 +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: 1b3502eb-3197-4f88-baa3-d3420242972f X-Archives-Hash: 47b9b2ca8d7a9ba6b86fb3ff0b10b6d2 commit: fae9e3e65e96422c41c75be98fc76f7815873b5e Author: Jason Zaman perfinion com> AuthorDate: Tue Nov 25 20:53:09 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Tue Nov 25 20:53:09 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=fae9e3e6 quota: syntax error in quota_admin --- policy/modules/contrib/quota.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/quota.if b/policy/modules/contrib/quota.if index da64218..68611e3 100644 --- a/policy/modules/contrib/quota.if +++ b/policy/modules/contrib/quota.if @@ -190,7 +190,7 @@ interface(`quota_admin',` allow $2 system_r; files_list_all($1) - admin_pattern($1, { quota_db_t quota_flag quota_nld_var_run_t }) + admin_pattern($1, { quota_db_t quota_flag_t quota_nld_var_run_t }) quota_run($1, $2) ')