-
CopperheadOS disables the kernel's CONFIG_AIO feature · 1e2a1251
It isn't used or exposed by the base system and is a dubious feature. It performs no better than thread pools and it can still block, along with having coverage of only a tiny portion of blocking system calls even when considering only commonly used system calls for IO. There are no known compatibility issues caused by having this disabled. Since this is such a dubious niche feature, it's also very poorly tested and it doesn't get much attention. Proposed improvements have been blocked based on the concern that POSIX AIO is such a bad interface that trying to improve/extend it would be harmful. Following the lead of CopperheadOS on this front has been proposed and accepted upstream for the recommended Android kernel configuration used to derive device specific configurations. https://github.com/AndroidHardeningArchive/documentation/blob/master/technical_overview.md#attack-surface-reduction
Alexander Popov authored
Name |
Last commit
|
Last update |
---|---|---|
config_files | Loading commit data... | |
LICENSE | Loading commit data... | |
README.md | Loading commit data... | |
kconfig-hardened-check.py | Loading commit data... |