/
githubmirror
/
audit-userspace
Обзор
Документация
Войти
/
githubmirror
/
audit-userspace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
rules/21-no32bit.rules
5 строк
273 B
Steve Grubb
Change description to ABI
26 авг 2023, 16:32
26 авг 2023, 16:32
e0bb289
Код
Авторство
О чём код?
## If you are on a 64 bit platform, everything _should_ be running ## in 64 bit mode. This rule will detect any use of the 32 bit syscalls ## because this might be a sign of someone exploiting a hole in the 32 ## bit ABI. -a always,exit -F arch=b32 -S all -F key=32bit-abi