From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CEEAE138A1F for ; Tue, 8 Apr 2014 16:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5327DE0CF1; Tue, 8 Apr 2014 16:02:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADF82E0CDD for ; Tue, 8 Apr 2014 16:02:03 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCF4D340015 for ; Tue, 8 Apr 2014 16:02:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 31602188D1 for ; Tue, 8 Apr 2014 16:02:01 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1396972492.d534fb609483e7e649c328a80e9cc1ff64f7844d.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/shibboleth.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d534fb609483e7e649c328a80e9cc1ff64f7844d X-VCS-Branch: master Date: Tue, 8 Apr 2014 16:02:01 +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-Archives-Salt: e589f96d-4bac-49df-a840-678a1118f7f1 X-Archives-Hash: 664fc714559635cff3269fca455733e7 commit: d534fb609483e7e649c328a80e9cc1ff64f7844d Author: Chris PeBenito tresys com> AuthorDate: Fri Apr 4 19:11:51 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Tue Apr 8 15:54:52 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d534fb60 Whitespace fix in shibboleth.te. --- policy/modules/contrib/shibboleth.te | 3 --- 1 file changed, 3 deletions(-) diff --git a/policy/modules/contrib/shibboleth.te b/policy/modules/contrib/shibboleth.te index d1f4212..e59de3e 100644 --- a/policy/modules/contrib/shibboleth.te +++ b/policy/modules/contrib/shibboleth.te @@ -41,7 +41,6 @@ manage_files_pattern(shibboleth_t, shibboleth_log_t, shibboleth_log_t) manage_files_pattern(shibboleth_t, shibboleth_var_run_t, shibboleth_var_run_t) manage_sock_files_pattern(shibboleth_t, shibboleth_var_run_t, shibboleth_var_run_t) - corenet_all_recvfrom_netlabel(shibboleth_t) corenet_all_recvfrom_unlabeled(shibboleth_t) corenet_tcp_connect_http_port(shibboleth_t) @@ -61,7 +60,6 @@ term_dontaudit_search_ptys(shibboleth_t) term_dontaudit_use_all_ptys(shibboleth_t) term_dontaudit_use_all_ttys(shibboleth_t) - logging_log_filetrans(shibboleth_t, shibboleth_log_t, { file dir }) logging_send_syslog_msg(shibboleth_t) @@ -69,7 +67,6 @@ miscfiles_read_localization(shibboleth_t) sysnet_dns_name_resolve(shibboleth_t) - # permissions for the configuration files # there is shared information between apache and shibboleth, e.g., certificates apache_read_config(shibboleth_t)