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 35A64138334 for ; Sun, 10 Feb 2019 04:15:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5640EE0B4B; Sun, 10 Feb 2019 04:14:56 +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 32C66E0B4B for ; Sun, 10 Feb 2019 04:14:51 +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 583D7335D2A for ; Sun, 10 Feb 2019 04:14:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A9D954B for ; Sun, 10 Feb 2019 04:14:46 +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: <1549771885.856f682f59535221d6900d838eeccaf42e94d2c2.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/services/hostapd.te X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 856f682f59535221d6900d838eeccaf42e94d2c2 X-VCS-Branch: master Date: Sun, 10 Feb 2019 04:14:46 +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: fd1640fd-163f-45c3-ab2c-5f4a7bf6fd1b X-Archives-Hash: 82dcb656096f6914c6e3b80b492b1649 commit: 856f682f59535221d6900d838eeccaf42e94d2c2 Author: Chris PeBenito ieee org> AuthorDate: Tue Jan 29 23:58:20 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Feb 10 04:11:25 2019 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=856f682f hostapd: Move line. Signed-off-by: Jason Zaman perfinion.com> policy/modules/services/hostapd.te | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/services/hostapd.te b/policy/modules/services/hostapd.te index ce6e352d..5a961054 100644 --- a/policy/modules/services/hostapd.te +++ b/policy/modules/services/hostapd.te @@ -28,14 +28,14 @@ allow hostapd_t self:netlink_generic_socket create_socket_perms; allow hostapd_t self:netlink_route_socket create_netlink_socket_perms; allow hostapd_t self:packet_socket create_socket_perms; +read_files_pattern(hostapd_t, hostapd_conf_t, hostapd_conf_t) + manage_dirs_pattern(hostapd_t, hostapd_var_run_t, hostapd_var_run_t) manage_files_pattern(hostapd_t, hostapd_var_run_t, hostapd_var_run_t) manage_lnk_files_pattern(hostapd_t, hostapd_var_run_t, hostapd_var_run_t) manage_sock_files_pattern(hostapd_t, hostapd_var_run_t, hostapd_var_run_t) files_pid_filetrans(hostapd_t, hostapd_var_run_t, { dir file lnk_file sock_file }) -read_files_pattern(hostapd_t, hostapd_conf_t, hostapd_conf_t) - kernel_read_system_state(hostapd_t) kernel_read_network_state(hostapd_t) kernel_request_load_module(hostapd_t)