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 19BD3138350 for ; Sat, 15 Feb 2020 07:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14BF9E0919; Sat, 15 Feb 2020 07:33:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E71CBE0919 for ; Sat, 15 Feb 2020 07:33:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0867E34ED1B for ; Sat, 15 Feb 2020 07:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C953147 for ; Sat, 15 Feb 2020 07:33:29 +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: <1581751925.568cd7e29f67a9da390dde180ca00331aac01448.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/, policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/services/wireguard.te policy/modules/system/systemd.te X-VCS-Directories: policy/modules/system/ policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 568cd7e29f67a9da390dde180ca00331aac01448 X-VCS-Branch: master Date: Sat, 15 Feb 2020 07:33:29 +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: 5cc80c6b-175a-4fce-aea8-f142543cb7ef X-Archives-Hash: 0db4527ef5b964bc7462970add026c02 commit: 568cd7e29f67a9da390dde180ca00331aac01448 Author: Daniel Burgener tresys com> AuthorDate: Fri Jan 31 19:41:28 2020 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Feb 15 07:32:05 2020 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=568cd7e2 Remove unneeded semicolons after interface and macro calls Signed-off-by: Daniel Burgener tresys.com> Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/wireguard.te | 2 +- policy/modules/system/systemd.te | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/services/wireguard.te b/policy/modules/services/wireguard.te index 4e6aad64..07c2d71f 100644 --- a/policy/modules/services/wireguard.te +++ b/policy/modules/services/wireguard.te @@ -42,7 +42,7 @@ allow wireguard_t self:netlink_route_socket r_netlink_socket_perms; allow wireguard_t self:udp_socket create_socket_perms; allow wireguard_t self:unix_stream_socket create_socket_perms; -manage_files_pattern(wireguard_t, wireguard_etc_t, wireguard_etc_t); +manage_files_pattern(wireguard_t, wireguard_etc_t, wireguard_etc_t) files_read_etc_files(wireguard_t) manage_files_pattern(wireguard_t, wireguard_runtime_t, wireguard_runtime_t) diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te index d039e2a1..f55294e3 100644 --- a/policy/modules/system/systemd.te +++ b/policy/modules/system/systemd.te @@ -99,7 +99,7 @@ type systemd_hw_exec_t; init_system_domain(systemd_hw_t, systemd_hw_exec_t) type systemd_hwdb_t; -files_type(systemd_hwdb_t); +files_type(systemd_hwdb_t) type systemd_journal_t; files_type(systemd_journal_t)