From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SjxfN-0000Bb-0n for garchives@archives.gentoo.org; Wed, 27 Jun 2012 19:12:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12BD8E0874; Wed, 27 Jun 2012 19:12:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D22AEE0874 for ; Wed, 27 Jun 2012 19:12:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35AF91B472B for ; Wed, 27 Jun 2012 19:12:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 02764E543C for ; Wed, 27 Jun 2012 19:12:11 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1340547812.474df312a777adc404c183c0654a86921885f824.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/networkmanager.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 474df312a777adc404c183c0654a86921885f824 X-VCS-Branch: master Date: Wed, 27 Jun 2012 19:12:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 06f5baf1-931b-4cc9-816e-1c4e99301210 X-Archives-Hash: 3432224f6429a4b0b9caf8a4ee508010 commit: 474df312a777adc404c183c0654a86921885f824 Author: Sven Vermeulen siphos be> AuthorDate: Sun Jun 24 14:23:32 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Sun Jun 24 14:23:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-refp= olicy.git;a=3Dcommit;h=3D474df312 Allow wpa_cli to read etc files (read gentoo-release) --- policy/modules/contrib/networkmanager.te | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/policy/modules/contrib/networkmanager.te b/policy/modules/co= ntrib/networkmanager.te index 1303185..8e89b43 100644 --- a/policy/modules/contrib/networkmanager.te +++ b/policy/modules/contrib/networkmanager.te @@ -292,6 +292,7 @@ corecmd_exec_shell(wpa_cli_t) =20 domain_use_interactive_fds(wpa_cli_t) =20 +files_read_etc_files(wpa_cli_t) files_search_pids(wpa_cli_t) =20 fs_manage_tmpfs_dirs(wpa_cli_t)