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 7150B1396D0 for ; Sun, 10 Sep 2017 14:04:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E0691FC117; Sun, 10 Sep 2017 14:04:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C8071FC114 for ; Sun, 10 Sep 2017 14:04:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03CC03417FC for ; Sun, 10 Sep 2017 14:03:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 748FA9081 for ; Sun, 10 Sep 2017 14:03:54 +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: <1505049665.f32eef0d86cbdfc1f28a91528c365c9607f5e268.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next 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: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: f32eef0d86cbdfc1f28a91528c365c9607f5e268 X-VCS-Branch: next Date: Sun, 10 Sep 2017 14:03:54 +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: 5975af71-a59a-4bd9-a61d-41b9b4efe4ae X-Archives-Hash: 45b92bcf005f5e1910a5681d9ac21501 commit: f32eef0d86cbdfc1f28a91528c365c9607f5e268 Author: Jason Zaman perfinion com> AuthorDate: Sun Sep 10 13:21:05 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Sep 10 13:21:05 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f32eef0d modutils: allow kmod map perms policy/modules/system/modutils.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/modutils.te b/policy/modules/system/modutils.te index baa75129..297a2e42 100644 --- a/policy/modules/system/modutils.te +++ b/policy/modules/system/modutils.te @@ -50,6 +50,7 @@ filetrans_add_pattern(kmod_t, modules_object_t, modules_dep_t, file) create_files_pattern(kmod_t, modules_object_t, modules_dep_t) delete_files_pattern(kmod_t, modules_object_t, modules_dep_t) allow kmod_t kmod_tmpfiles_conf_t:file manage_file_perms; +allow kmod_t { modules_dep_t modules_object_t }:file map; can_exec(kmod_t, kmod_exec_t)