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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07F10158087 for ; Sun, 30 Jan 2022 01:22:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D7BA2BC046; Sun, 30 Jan 2022 01:22:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E506D2BC048 for ; Sun, 30 Jan 2022 01:22:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F0C734338D for ; Sun, 30 Jan 2022 01:22:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 484832D7 for ; Sun, 30 Jan 2022 01:22: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: <1643505306.e6119d9b84916327586cd41094684567ff29a69d.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/services/container.te X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e6119d9b84916327586cd41094684567ff29a69d X-VCS-Branch: master Date: Sun, 30 Jan 2022 01:22: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 668dd82d-1140-4a50-bd4a-8495fcbcc71e X-Archives-Hash: 446609349a35e51aa2121b80b70222db commit: e6119d9b84916327586cd41094684567ff29a69d Author: Kenton Groombridge concord sh> AuthorDate: Tue Jan 18 01:09:47 2022 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Jan 30 01:15:06 2022 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=e6119d9b container: drop old commented rules Signed-off-by: Kenton Groombridge concord.sh> Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/container.te | 5 ----- 1 file changed, 5 deletions(-) diff --git a/policy/modules/services/container.te b/policy/modules/services/container.te index 82de38ee..1291768c 100644 --- a/policy/modules/services/container.te +++ b/policy/modules/services/container.te @@ -192,7 +192,6 @@ files_dontaudit_getattr_all_pipes(container_domain) files_dontaudit_getattr_all_sockets(container_domain) files_dontaudit_list_all_mountpoints(container_domain) files_dontaudit_write_etc_runtime_files(container_domain) -# files_entrypoint_all_files(container_domain) files_list_var(container_domain) files_list_var_lib(container_domain) files_search_all(container_domain) @@ -209,10 +208,6 @@ fs_manage_fusefs_symlinks(container_domain) fs_exec_fusefs_files(container_domain) fs_fusefs_entry_type(container_domain) -# fs_rw_inherited_tmpfs_files(container_domain) -# fs_rw_inherited_cifs_files(container_domain) -# fs_rw_inherited_noxattr_fs_files(container_domain) - auth_dontaudit_read_login_records(container_domain) auth_dontaudit_write_login_records(container_domain) auth_search_pam_console_data(container_domain)