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 66D6F1381F3 for ; Fri, 23 Aug 2013 17:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 384C7E080A; Fri, 23 Aug 2013 17:34:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB1F8E080A for ; Fri, 23 Aug 2013 17:34:09 +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 9AF8B33EBE3 for ; Fri, 23 Aug 2013 17:34:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3E18BE468F for ; Fri, 23 Aug 2013 17:34:07 +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: <1377279158.4a75c9fb3a77a72c96bd37a2b0868d50b70dd2c8.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/modutils.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 4a75c9fb3a77a72c96bd37a2b0868d50b70dd2c8 X-VCS-Branch: master Date: Fri, 23 Aug 2013 17:34:07 +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: e1038499-c4c1-4c6f-b488-99d8b86967c9 X-Archives-Hash: 021ee801bec8180a40913c462fd139fc commit: 4a75c9fb3a77a72c96bd37a2b0868d50b70dd2c8 Author: Sven Vermeulen siphos be> AuthorDate: Fri Aug 23 17:32:38 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Fri Aug 23 17:32:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=4a75c9fb It is not insmod_t that creates the directory modules --- policy/modules/system/modutils.te | 1 - 1 file changed, 1 deletion(-) diff --git a/policy/modules/system/modutils.te b/policy/modules/system/modutils.te index 1d85f94..959d245 100644 --- a/policy/modules/system/modutils.te +++ b/policy/modules/system/modutils.te @@ -339,5 +339,4 @@ ifdef(`distro_gentoo',` files_list_src(insmod_t) files_manage_src_files(insmod_t) files_manage_kernel_modules(insmod_t) - files_lib_filetrans_kernel_modules(insmod_t, dir, "modules") ')