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 E8165138334 for ; Sun, 10 Feb 2019 04:14:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABB7FE0B1E; Sun, 10 Feb 2019 04:14:51 +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 84AFFE0B17 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 58A86335D3E 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 EC46C54A for ; Sun, 10 Feb 2019 04:14:45 +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.786c0036013ee91c6b77dfe509f10537fa38d2e6.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: 786c0036013ee91c6b77dfe509f10537fa38d2e6 X-VCS-Branch: master Date: Sun, 10 Feb 2019 04:14:45 +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: 65b25753-30c9-480b-86d3-dea0bb4563a7 X-Archives-Hash: 511aa86c9d8cc5f249d04392eae73f94 commit: 786c0036013ee91c6b77dfe509f10537fa38d2e6 Author: Chris PeBenito ieee org> AuthorDate: Tue Jan 29 23:58:08 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=786c0036 hostapd: Whitespace change. Signed-off-by: Jason Zaman perfinion.com> policy/modules/services/hostapd.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/services/hostapd.te b/policy/modules/services/hostapd.te index 2db1e7de..ce6e352d 100644 --- a/policy/modules/services/hostapd.te +++ b/policy/modules/services/hostapd.te @@ -40,8 +40,8 @@ kernel_read_system_state(hostapd_t) kernel_read_network_state(hostapd_t) kernel_request_load_module(hostapd_t) kernel_rw_net_sysctls(hostapd_t) -dev_rw_sysfs(hostapd_t) +dev_rw_sysfs(hostapd_t) dev_read_rand(hostapd_t) dev_read_urand(hostapd_t) dev_read_sysfs(hostapd_t)