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 5627C1389E2 for ; Tue, 25 Nov 2014 21:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBB94E0886; Tue, 25 Nov 2014 21:03:18 +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 95AABE0886 for ; Tue, 25 Nov 2014 21:03:18 +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 3EAE13403A3 for ; Tue, 25 Nov 2014 21:03:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0775AE7D for ; Tue, 25 Nov 2014 21:03:15 +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: <1416949386.fd01e13998cd15c42eb2fc021ace1c711b8a8d04.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/rpm.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: fd01e13998cd15c42eb2fc021ace1c711b8a8d04 X-VCS-Branch: adminroles Date: Tue, 25 Nov 2014 21:03:15 +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: facc3cb2-ea87-4e9d-80e1-d32b896da130 X-Archives-Hash: 910d2aa56f5a92ccbc2c949eec8fb766 commit: fd01e13998cd15c42eb2fc021ace1c711b8a8d04 Author: Jason Zaman perfinion com> AuthorDate: Tue Nov 25 21:00:39 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Tue Nov 25 21:03:06 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=fd01e139 rpm: syntax error in rpm_admin --- policy/modules/contrib/rpm.if | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/contrib/rpm.if b/policy/modules/contrib/rpm.if index ef3b225..fc9c8d8 100644 --- a/policy/modules/contrib/rpm.if +++ b/policy/modules/contrib/rpm.if @@ -626,8 +626,8 @@ interface(`rpm_pid_filetrans_rpm_pid',` interface(`rpm_admin',` gen_require(` type rpm_t, rpm_script_t, rpm_initrc_exec_t; - type rpm_var_cache_t, rpm_var_lib_t, rpm_lock_t; - type rpm_log_t, rpm_tmpfs_t, rpm_tmp_t; + type rpm_cache_t, rpm_var_lib_t, rpm_lock_t; + type rpm_log_t, rpm_tmpfs_t, rpm_tmp_t, rpm_var_run_t; type rpm_script_tmp_t, rpm_script_tmpfs_t, rpm_file_t; ')