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 BF53D138330 for ; Wed, 31 Aug 2016 16:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 824EFE0B49; Wed, 31 Aug 2016 16:38:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0F5EE0B3D for ; Wed, 31 Aug 2016 16:38:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDEDB3406F2 for ; Wed, 31 Aug 2016 16:38:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F41C2476 for ; Wed, 31 Aug 2016 16:38: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: <1472659579.dc06a3ac8e1e7043065f5e48d459f9f42640e790.perfinion@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/webalizer.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: dc06a3ac8e1e7043065f5e48d459f9f42640e790 X-VCS-Branch: master Date: Wed, 31 Aug 2016 16:38: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-Archives-Salt: 517c7171-e99c-402e-855d-6876ab40f142 X-Archives-Hash: ccf36ef9c42f571bb3cdc6d00534f20c commit: dc06a3ac8e1e7043065f5e48d459f9f42640e790 Author: Sean Placchetti gmail com> AuthorDate: Sun Aug 21 02:14:20 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Aug 31 16:06:19 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=dc06a3ac -Remove unused declarations from webalizer type enforcement file policy/modules/contrib/webalizer.te | 6 ------ 1 file changed, 6 deletions(-) diff --git a/policy/modules/contrib/webalizer.te b/policy/modules/contrib/webalizer.te index ae919b9..6074b57 100644 --- a/policy/modules/contrib/webalizer.te +++ b/policy/modules/contrib/webalizer.te @@ -16,18 +16,12 @@ role webalizer_roles types webalizer_t; type webalizer_etc_t; files_config_file(webalizer_etc_t) -type webalizer_usage_t; -files_type(webalizer_usage_t) - type webalizer_tmp_t; files_tmp_file(webalizer_tmp_t) type webalizer_var_lib_t; files_type(webalizer_var_lib_t) -type webalizer_write_t; -files_type(webalizer_write_t) - ######################################## # # Local policy