Merge pull request '7402 - Disable tomoyo in hotplug role' (#5) from 7402-Disable-tomoyo into main

Reviewed-on: #5
This commit is contained in:
Ruben Blanco 2024-05-15 14:06:17 +00:00
commit 3519b01309
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
path_hot_plug_udev: /usr/lib/udev/rules.d/80-hotplug-cpu-mem.rules
line_hot_plug_udev: 'SUBSYSTEM=="cpu", ACTION=="add", TEST=="online", ATTR{online}=="0", ATTR{online}="1"'
path_hot_plug_grub: /etc/default/grub.d/hotplug.cfg
line_hot_plug_grub: 'GRUB_CMDLINE_LINUX_DEFAULT="quiet memhp_default_state=online"'
line_hot_plug_grub: 'GRUB_CMDLINE_LINUX_DEFAULT="quiet memhp_default_state=online security=none"'