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 AEF9B1393E9 for ; Thu, 7 Aug 2014 12:41:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B419BE0886; Thu, 7 Aug 2014 12:41:53 +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 C731CE08A0 for ; Thu, 7 Aug 2014 12:41:52 +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 CCE623402AB for ; Thu, 7 Aug 2014 12:41:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 818DA1881C for ; Thu, 7 Aug 2014 12:41:50 +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: <1407414893.ff4fd7dab886637da1e941f826ffad73a356d342.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:testing 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: ff4fd7dab886637da1e941f826ffad73a356d342 X-VCS-Branch: testing Date: Thu, 7 Aug 2014 12:41:50 +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: 04b9b6d9-d766-44b8-8e5a-f93b1cbd0543 X-Archives-Hash: 5282b71a70626d2254ddd3e03d39e9b9 commit: ff4fd7dab886637da1e941f826ffad73a356d342 Author: Jason Zaman perfinion com> AuthorDate: Thu Aug 7 07:26:28 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Aug 7 12:34:53 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=ff4fd7da modutils: give kmod access to tmpfiles --- policy/modules/system/modutils.te | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy/modules/system/modutils.te b/policy/modules/system/modutils.te index f52e72a..91147fe 100644 --- a/policy/modules/system/modutils.te +++ b/policy/modules/system/modutils.te @@ -243,6 +243,11 @@ optional_policy(` xserver_getattr_log(insmod_t) ') +optional_policy(` + tmpfiles_create_var_run(insmod_t) + tmpfiles_write_var_run(insmod_t) +') + ################################# # # update-modules local policy