From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35A9813835A for ; Sun, 21 Mar 2021 22:11:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 658BFE0858; Sun, 21 Mar 2021 22:11:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E654E0858 for ; Sun, 21 Mar 2021 22:11:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4680633E695 for ; Sun, 21 Mar 2021 22:10:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A45685CF for ; Sun, 21 Mar 2021 22:10:57 +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: <1613418564.b68e3d24a8c066ede243cb178f85c4446fc1d13f.perfinion@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/init.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b68e3d24a8c066ede243cb178f85c4446fc1d13f X-VCS-Branch: master Date: Sun, 21 Mar 2021 22:10:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2943428c-a01f-495b-b52f-e8e9ffc8193c X-Archives-Hash: 8ed228dc00c2ceb20fa4094f8e38d881 commit: b68e3d24a8c066ede243cb178f85c4446fc1d13f Author: Krzysztof Nowicki op pl> AuthorDate: Thu Aug 13 19:30:13 2020 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Feb 15 19:49:24 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=b68e3d24 Fix systemd-journal-flush service This service executes journalctl, which needs access to the journald socket. Signed-off-by: Krzysztof Nowicki op.pl> Signed-off-by: Jason Zaman gentoo.org> policy/modules/system/init.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/init.te b/policy/modules/system/init.te index f711e535..64cddd70 100644 --- a/policy/modules/system/init.te +++ b/policy/modules/system/init.te @@ -1061,6 +1061,7 @@ ifdef(`init_systemd',` logging_manage_audit_config(initrc_t) # journalctl: logging_watch_runtime_dirs(initrc_t) + logging_manage_runtime_sockets(initrc_t) # lvm2-activation-generator checks file labels seutil_read_file_contexts(initrc_t)