Gentoo Archives: gentoo-commits

From: Jason Zaman <gentoo@×××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Wed, 03 Dec 2014 12:55:04
Message-Id: 1417596212.c178e55dd18e808d161bf03084c768a3fe069427.perfinion@gentoo
1 commit: c178e55dd18e808d161bf03084c768a3fe069427
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Wed Nov 26 06:39:10 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=c178e55d
7
8 rpm: syntax error in rpm_admin
9
10 ---
11 policy/modules/contrib/rpm.if | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/policy/modules/contrib/rpm.if b/policy/modules/contrib/rpm.if
15 index ef3b225..fc9c8d8 100644
16 --- a/policy/modules/contrib/rpm.if
17 +++ b/policy/modules/contrib/rpm.if
18 @@ -626,8 +626,8 @@ interface(`rpm_pid_filetrans_rpm_pid',`
19 interface(`rpm_admin',`
20 gen_require(`
21 type rpm_t, rpm_script_t, rpm_initrc_exec_t;
22 - type rpm_var_cache_t, rpm_var_lib_t, rpm_lock_t;
23 - type rpm_log_t, rpm_tmpfs_t, rpm_tmp_t;
24 + type rpm_cache_t, rpm_var_lib_t, rpm_lock_t;
25 + type rpm_log_t, rpm_tmpfs_t, rpm_tmp_t, rpm_var_run_t;
26 type rpm_script_tmp_t, rpm_script_tmpfs_t, rpm_file_t;
27 ')