Gentoo Archives: gentoo-commits

From: Jason Zaman <gentoo@×××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:adminroles commit in: policy/modules/contrib/
Date: Wed, 03 Dec 2014 12:56:36
Message-Id: 1417596212.89e9586e05e56f7e16e58f39e2b8f62dbeae4772.perfinion@gentoo
1 commit: 89e9586e05e56f7e16e58f39e2b8f62dbeae4772
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Wed Nov 26 06:39:08 2014 +0000
4 Commit: Jason Zaman <gentoo <AT> perfinion <DOT> com>
5 CommitDate: Wed Dec 3 08:43:32 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=89e9586e
7
8 quota: syntax error in quota_admin
9
10 ---
11 policy/modules/contrib/quota.if | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/policy/modules/contrib/quota.if b/policy/modules/contrib/quota.if
15 index da64218..68611e3 100644
16 --- a/policy/modules/contrib/quota.if
17 +++ b/policy/modules/contrib/quota.if
18 @@ -190,7 +190,7 @@ interface(`quota_admin',`
19 allow $2 system_r;
20
21 files_list_all($1)
22 - admin_pattern($1, { quota_db_t quota_flag quota_nld_var_run_t })
23 + admin_pattern($1, { quota_db_t quota_flag_t quota_nld_var_run_t })
24
25 quota_run($1, $2)
26 ')