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 C9E4613800E for ; Sat, 1 Feb 2014 09:56:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2973E0A98; Sat, 1 Feb 2014 09:56:57 +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 58A3CE0A98 for ; Sat, 1 Feb 2014 09:56:57 +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 8927F33F892 for ; Sat, 1 Feb 2014 09:56:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 42D6A1800B for ; Sat, 1 Feb 2014 09:56:55 +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: <1391248431.729fa63b15ca169a34c8e1fd90f4237fd699c9e2.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: 729fa63b15ca169a34c8e1fd90f4237fd699c9e2 X-VCS-Branch: master Date: Sat, 1 Feb 2014 09:56:55 +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: 657ef76a-988f-4941-9d51-a7bb46d8a7fc X-Archives-Hash: facf547fb04998820070cdb13eb15513 commit: 729fa63b15ca169a34c8e1fd90f4237fd699c9e2 Author: Laurent Bigonville bigon be> AuthorDate: Wed Jan 29 21:15:44 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Feb 1 09:53:51 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=729fa63b Add fcontext for rsyslog pidfile --- policy/modules/system/logging.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/logging.fc b/policy/modules/system/logging.fc index ab3d346..621c0c8 100644 --- a/policy/modules/system/logging.fc +++ b/policy/modules/system/logging.fc @@ -62,6 +62,7 @@ ifdef(`distro_redhat',` /var/run/klogd\.pid -- gen_context(system_u:object_r:klogd_var_run_t,s0) /var/run/log -s gen_context(system_u:object_r:devlog_t,s0) /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(.*)? gen_context(system_u:object_r:syslogd_var_run_t,s0)