From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-719112-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5D4BE13877A for <garchives@archives.gentoo.org>; Thu, 7 Aug 2014 09:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1331CE093E; Thu, 7 Aug 2014 09:05:20 +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 0DF64E094A for <gentoo-commits@lists.gentoo.org>; Thu, 7 Aug 2014 09:05:18 +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 36E063402DC for <gentoo-commits@lists.gentoo.org>; Thu, 7 Aug 2014 08:29:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 3FDCE1881A for <gentoo-commits@lists.gentoo.org>; Thu, 7 Aug 2014 08:29:54 +0000 (UTC) From: "Sven Vermeulen" <swift@gentoo.org> 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" <swift@gentoo.org> Message-ID: <1407396388.42a94ad73b4ac25e9d6d8298f70e77e36d3acade.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: 42a94ad73b4ac25e9d6d8298f70e77e36d3acade X-VCS-Branch: testing Date: Thu, 7 Aug 2014 08:29:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b8edde31-aab3-43f0-9f3c-f5cc7bc054b2 X-Archives-Hash: 44880efe246541712b97b37cb94f8e49 commit: 42a94ad73b4ac25e9d6d8298f70e77e36d3acade Author: Jason Zaman <jason <AT> perfinion <DOT> com> AuthorDate: Thu Aug 7 07:26:28 2014 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Thu Aug 7 07:26:28 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=42a94ad7 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