miku: Add abi.vsyscall32=0 to the kernel commandline

This commit is contained in:
PapaTutuWawa 2022-07-16 22:03:00 +02:00
parent 79de594c6c
commit 406a144bd5

View File

@ -155,6 +155,8 @@
"clocksource=tsc"
"tsc=reliable"
"pci=noaer"
# League of Legends under Linux
"abi.vsyscall32=0"
# Enable Apparmor
"lsm=landlock,lockdown,yama,integrity,apparmor,bpf"
];