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 90B3A138350 for ; Sat, 15 Feb 2020 07:33:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94078E0920; Sat, 15 Feb 2020 07:33:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 791B7E0923 for ; Sat, 15 Feb 2020 07:33:34 +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 7A33734ED1C for ; Sat, 15 Feb 2020 07:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6BC114B for ; Sat, 15 Feb 2020 07:33:29 +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: <1581751925.74f7c94c86d961659332a947e12d89bf2279c855.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.fc policy/modules/system/udev.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 74f7c94c86d961659332a947e12d89bf2279c855 X-VCS-Branch: master Date: Sat, 15 Feb 2020 07:33:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3724fa61-333c-4f87-ba9a-831cf57ca478 X-Archives-Hash: c2f9585745d386652c7fd7297b414c17 commit: 74f7c94c86d961659332a947e12d89bf2279c855 Author: bauen1 gmail com> AuthorDate: Sat Feb 1 20:47:29 2020 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Feb 15 07:32:05 2020 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=74f7c94c udev: remove console-setup Signed-off-by: Jason Zaman gentoo.org> policy/modules/system/udev.fc | 1 - policy/modules/system/udev.te | 1 - 2 files changed, 2 deletions(-) diff --git a/policy/modules/system/udev.fc b/policy/modules/system/udev.fc index 61dec2e5..ad617ea3 100644 --- a/policy/modules/system/udev.fc +++ b/policy/modules/system/udev.fc @@ -40,7 +40,6 @@ ifdef(`distro_redhat',` /run/udev(/.*)? gen_context(system_u:object_r:udev_runtime_t,s0) ifdef(`distro_debian',` -/run/console-setup(/.*)? gen_context(system_u:object_r:udev_runtime_t,s0) /run/xen-hotplug -d gen_context(system_u:object_r:udev_runtime_t,s0) ') diff --git a/policy/modules/system/udev.te b/policy/modules/system/udev.te index d0228312..71d98fc8 100644 --- a/policy/modules/system/udev.te +++ b/policy/modules/system/udev.te @@ -86,7 +86,6 @@ manage_files_pattern(udev_t, udev_runtime_t, udev_runtime_t) manage_lnk_files_pattern(udev_t, udev_runtime_t, udev_runtime_t) manage_sock_files_pattern(udev_t, udev_runtime_t, udev_runtime_t) files_pid_filetrans(udev_t, udev_runtime_t, dir, "udev") -files_pid_filetrans(udev_t, udev_runtime_t, dir, "console-setup") kernel_load_module(udev_t) kernel_read_system_state(udev_t)