From 70a55a69708af3df09d6d042b8c8b6e28573e6a5 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Tue, 14 Feb 2023 22:21:52 +0300 Subject: [PATCH] other kernel --- content/posts/2023/linux/disable-security.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/posts/2023/linux/disable-security.md b/content/posts/2023/linux/disable-security.md index da79160..a2db1b5 100644 --- a/content/posts/2023/linux/disable-security.md +++ b/content/posts/2023/linux/disable-security.md @@ -1,6 +1,7 @@ --- title: "👻 Отключение всех заплаток ядра разом (Meltdown, Spectre, L1TF, MDS)" date: 2023-01-29T23:58:09+03:00 +lastmod: 2023-02-14T22:21:30+03:00 draft: false tags: [tips, linux] --- @@ -16,3 +17,15 @@ mitigations=off from [linux.org.ru](https://www.linux.org.ru/forum/talks/14992924) by **Kron4ek** + +## Для ядер `<-4.15` + +Необходимо прописать простыню: + +```text +noibrs noibpb nopti nospectre_v2 +nospectre_v1 l1tf=off +nospec_store_bypass_disable +no_stf_barrier mds=off tsx=on +tsx_async_abort=off +```