Remove the AIO check
authorAlexander Popov <alex.popov@linux.com>
Fri, 16 Dec 2022 23:35:43 +0000 (02:35 +0300)
committerAlexander Popov <alex.popov@linux.com>
Fri, 16 Dec 2022 23:35:43 +0000 (02:35 +0300)
Currently GrapheneOS doesn't have it.

kconfig_hardened_check/__init__.py

index 28a955bc84e4b287f74fc0122bbbdad02fab4a78..797e3e08cf824b309d7da9890b7808c36d9fa482 100644 (file)
@@ -638,9 +638,6 @@ def add_kconfig_checks(l, arch):
     l += [KconfigCheck('cut_attack_surface', 'maintainer', 'BLK_DEV_FD', 'is not set')] # recommended by Denis Efremov in /pull/54
     l += [KconfigCheck('cut_attack_surface', 'maintainer', 'BLK_DEV_FD_RAWCMD', 'is not set')] # recommended by Denis Efremov in /pull/62
 
-    # 'cut_attack_surface', 'grapheneos'
-    l += [KconfigCheck('cut_attack_surface', 'grapheneos', 'AIO', 'is not set')]
-
     # 'cut_attack_surface', 'clipos'
     l += [KconfigCheck('cut_attack_surface', 'clipos', 'STAGING', 'is not set')]
     l += [KconfigCheck('cut_attack_surface', 'clipos', 'KSM', 'is not set')] # to prevent FLUSH+RELOAD attack