From e4c8f3d576c0c9cb394ccfad1d0977fafa6bf046 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lo=C3=AFc?= <4661917+HacKurx@users.noreply.github.com> Date: Thu, 19 Jul 2018 20:28:10 +0200 Subject: [PATCH] Add CONFIG_BINFMT_AOUT to ubuntu18 As requested by a13xp0p0v. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c7378d..e1d9625 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Usage: ./kconfig-hardened-check.py [-p | -c ] CONFIG_ZSMALLOC_STAT | is not set | ubuntu18 | cut_attack_surface || OK CONFIG_PAGE_OWNER | is not set | ubuntu18 | cut_attack_surface || OK CONFIG_DEBUG_KMEMLEAK | is not set | ubuntu18 | cut_attack_surface || OK + CONFIG_BINFMT_AOUT | is not set | ubuntu18 | cut_attack_surface || OK: not found CONFIG_IO_STRICT_DEVMEM | y | kspp | cut_attack_surface || FAIL: "is not set" CONFIG_LEGACY_VSYSCALL_NONE | y | kspp | cut_attack_surface || FAIL: "is not set" CONFIG_BINFMT_MISC | is not set | kspp | cut_attack_surface || FAIL: "m" -- 2.31.1