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 61A951396D0 for ; Sun, 17 Sep 2017 04:21:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEB571FC09A; Sun, 17 Sep 2017 04:21:50 +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 8F6341FC05D for ; Sun, 17 Sep 2017 04:21:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BD0F233D3CE for ; Sun, 17 Sep 2017 04:21:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D10C49082 for ; Sun, 17 Sep 2017 04:21:46 +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: <1505618259.cfbef5930f7c84b0ec41c68727706ce8ee1cc763.perfinion@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/udev.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: cfbef5930f7c84b0ec41c68727706ce8ee1cc763 X-VCS-Branch: master Date: Sun, 17 Sep 2017 04:21:46 +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: 7cf8b286-3544-4579-b32a-d232012cd748 X-Archives-Hash: 22cdd60234109a3150a7a21404d17134 commit: cfbef5930f7c84b0ec41c68727706ce8ee1cc763 Author: Jason Zaman perfinion com> AuthorDate: Fri Sep 15 15:35:38 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Sep 17 03:17:39 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=cfbef593 udev: map module objects to load kernel modules denied { map } for pid=7850 comm="systemd-udevd" path="/lib64/modules/4.13.0-gentoo/kernel/drivers/hid/hid-logitech-hidpp.ko" dev="zfs" ino=709934 scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:modules_object_t:s0 tclass=file permissive=0 policy/modules/system/udev.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/udev.te b/policy/modules/system/udev.te index 50c89daa..838e7e34 100644 --- a/policy/modules/system/udev.te +++ b/policy/modules/system/udev.te @@ -174,6 +174,7 @@ modutils_domtrans(udev_t) modutils_read_module_config(udev_t) # read modules.inputmap: modutils_read_module_deps(udev_t) +modutils_read_module_objects(udev_t) seutil_read_config(udev_t) seutil_read_default_contexts(udev_t)