Home
last modified time | relevance | path

Searched refs:SAFE_PERSONALITY (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/cve/
Dcve-2016-10044.c35 SAFE_PERSONALITY(READ_IMPLIES_EXEC); in run()
/third_party/ltp/testcases/kernel/syscalls/uname/
Duname04.c72 SAFE_PERSONALITY(PER_LINUX | UNAME26); in run()
/third_party/ltp/include/
Dtst_safe_macros.h603 #define SAFE_PERSONALITY(persona) safe_personality(__FILE__, __LINE__, persona) macro