From f2645b6f6ed91f42b95c274be7ecf0532a59f8c8 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 26 Jun 2023 21:53:41 +0200 Subject: [PATCH] disable/mask mqueue and hugetablefs --- usr/lib/initcpio/install/archboot_base_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index 7487b1c4a..43f44a31f 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -139,7 +139,7 @@ build () add_file "/usr/share/archboot/base/etc/systemd/system/serial-getty@.service" "/etc/systemd/system/serial-getty@.service" add_file "/usr/share/archboot/base/etc/systemd/system/systemd-sysusers.service" "/etc/systemd/system/systemd-sysusers.service" ### disable systemd mounts: - # disable configfs, debugfs, fuse and tracefs + # disable configfs, debugfs, fuse, hugepages, mqueue and tracefs for i in dev-mqueue dev-hugepages sys-kernel-debug sys-kernel-tracing sys-kernel-config sys-fs-fuse-connections tmp; do add_symlink "/etc/systemd/system/${i}.mount" "/dev/null" done