valera disgrace

Results 6 issues of valera disgrace

realised issue #153 tested on `bullseye` image, also there is an default option for my ubutu. didnt cause any issuses with booting or something this option can reduces chances to...

new_check

there is an implementation of #149 a few words about logic: `OK` is `cfi=kcfi` in __cmdline__. if this parameter is not set, we looking for `CONFIG_CFI_AUTO_DEFAULT` which should be off,...

new_check

implementation of of issue #158 some **sysct** checks depend on the microarchitecture, for example: #157 what i did: - renamed the existing `detect_arch()` into `detect_arch_kconfig()` - implemented `detect_arch_sysctl()`. now we...

hello, @a13xp0p0v this PR refers to #151 i have a few theses ## checks design may be we shoould use this design ```Python lsm_modules = ['module1', 'module2' ... 'moduleN'] for...

new_feature
new_check

let's add `.clang-format` to `kernel-hack-drill`! it will help to keep all PoCs in one solid kernel-like style

hello, @a13xp0p0v ! please have a look at these changes: 1. [module has been patched](https://github.com/a13xp0p0v/kernel-hack-drill/commit/f03dede80ff33151623a1cf29f6d01c168e1e681) to make OOBW happen, `drill_test` updated as well to prevent heap corruption 2. built a...