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 99CF41393E9 for ; Mon, 21 Apr 2014 15:25:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD7CAE09AA; Mon, 21 Apr 2014 15:25:20 +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 52194E0982 for ; Mon, 21 Apr 2014 15:25:20 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 800D933FE56 for ; Mon, 21 Apr 2014 15:25:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5A1FF18749 for ; Mon, 21 Apr 2014 15:25:17 +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: <1398093585.1995f2924a0f45048344057c18adf4000028bfc7.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/logging.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 1995f2924a0f45048344057c18adf4000028bfc7 X-VCS-Branch: master Date: Mon, 21 Apr 2014 15:25:17 +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: d3dacc62-6e96-4a2a-9be2-3e5a912657a7 X-Archives-Hash: 1469fce0d717352644b8c24d155cae20 commit: 1995f2924a0f45048344057c18adf4000028bfc7 Author: Nicolas Iooss m4x org> AuthorDate: Mon Apr 14 21:33:33 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Apr 21 15:19:45 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=1995f292 Label syslog-ng.pid as syslogd_var_run_t --- policy/modules/system/logging.fc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/system/logging.fc b/policy/modules/system/logging.fc index 621c0c8..cb6eaa3 100644 --- a/policy/modules/system/logging.fc +++ b/policy/modules/system/logging.fc @@ -64,6 +64,8 @@ ifdef(`distro_redhat',` /var/run/metalog\.pid -- gen_context(system_u:object_r:syslogd_var_run_t,s0) /var/run/rsyslogd\.pid -- gen_context(system_u:object_r:syslogd_var_run_t,mls_systemhigh) /var/run/syslogd\.pid -- gen_context(system_u:object_r:syslogd_var_run_t,mls_systemhigh) +/var/run/syslog-ng.ctl -- gen_context(system_u:object_r:syslogd_var_run_t,mls_systemhigh) +/var/run/syslog-ng\.pid -- gen_context(system_u:object_r:syslogd_var_run_t,mls_systemhigh) /var/run/syslog-ng(.*)? gen_context(system_u:object_r:syslogd_var_run_t,s0) /var/spool/audit(/.*)? gen_context(system_u:object_r:audit_spool_t,mls_systemhigh)