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 CFC9913877A for ; Fri, 22 Aug 2014 18:07:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02306E0848; Fri, 22 Aug 2014 18:07:28 +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 93633E0837 for ; Fri, 22 Aug 2014 18:07:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B614933F8C7 for ; Fri, 22 Aug 2014 18:07:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 633783BD1 for ; Fri, 22 Aug 2014 18:07:25 +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: <1408730829.fe1414d1fa7a4453a871dd3587384d1c6d432ce2.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: fe1414d1fa7a4453a871dd3587384d1c6d432ce2 X-VCS-Branch: master Date: Fri, 22 Aug 2014 18:07:25 +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: a36c29c2-b6eb-477c-952b-5c97548658bc X-Archives-Hash: ac03596eda12f4b78970ef020289f76c commit: fe1414d1fa7a4453a871dd3587384d1c6d432ce2 Author: Sven Vermeulen siphos be> AuthorDate: Fri Aug 22 18:07:09 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Aug 22 18:07:09 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=fe1414d1 insmod deletes obsolete module deps (make modules_install) --- policy/modules/system/modutils.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/system/modutils.te b/policy/modules/system/modutils.te index 419b826..b17ad6c 100644 --- a/policy/modules/system/modutils.te +++ b/policy/modules/system/modutils.te @@ -337,6 +337,8 @@ ifdef(`distro_gentoo',` # insmod_t # + # During "make modules_install" insmod removes old/previous deps + delete_files_pattern(insmod_t, modules_object_t, modules_dep_t) # During "make modules_install" temp files created by admin # that invoked the command are later used by kmod. userdom_manage_user_tmp_files(insmod_t)