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 F119113838B for ; Sun, 21 Sep 2014 14:04:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4CAEE09C0; Sun, 21 Sep 2014 14:04:31 +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 3EF57E09C0 for ; Sun, 21 Sep 2014 14:04:31 +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 14A53340195 for ; Sun, 21 Sep 2014 14:04:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52768C08 for ; Sun, 21 Sep 2014 14:04:28 +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: <1411308134.d881de39c19931dc670b845ec514d17fab928647.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.if policy/modules/system/logging.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d881de39c19931dc670b845ec514d17fab928647 X-VCS-Branch: master Date: Sun, 21 Sep 2014 14:04:28 +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: fcfd38cf-8eae-483e-9bd4-62f738b6793b X-Archives-Hash: 1e826935d0bacd403a061f7e45aa430f commit: d881de39c19931dc670b845ec514d17fab928647 Author: Chris PeBenito tresys com> AuthorDate: Fri Sep 12 18:25:01 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Sep 21 14:02:14 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d881de39 /dev/log symlinks are not labeled devlog_t. Drop rule; if /dev/log is a symlink, it should be device_t. --- policy/modules/system/logging.if | 1 - policy/modules/system/logging.te | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/policy/modules/system/logging.if b/policy/modules/system/logging.if index 042aa70..1c4af7b 100644 --- a/policy/modules/system/logging.if +++ b/policy/modules/system/logging.if @@ -533,7 +533,6 @@ interface(`logging_send_syslog_msg',` type syslogd_t, syslogd_var_run_t, devlog_t; ') - allow $1 devlog_t:lnk_file read_lnk_file_perms; allow $1 devlog_t:sock_file write_sock_file_perms; # systemd journal socket is in /run/systemd/journal/dev-log diff --git a/policy/modules/system/logging.te b/policy/modules/system/logging.te index c56577e..9a6361b 100644 --- a/policy/modules/system/logging.te +++ b/policy/modules/system/logging.te @@ -1,4 +1,4 @@ -policy_module(logging, 1.21.2) +policy_module(logging, 1.21.3) ######################################## #