Home
last modified time | relevance | path

Searched refs:INSANE (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/security/cap_bound/
Dcap_bounds_rw.c117 #define INSANE 63 in main() macro
120 ret = prctl(PR_CAPBSET_DROP, max(INSANE, CAP_LAST_CAP + 1)); in main()
127 max(INSANE, CAP_LAST_CAP + 1), ret); in main()
129 max(INSANE, CAP_LAST_CAP + 1)); in main()
Dcap_bounds_r.c87 #define INSANE 63 in main() macro
90 ret = prctl(PR_CAPBSET_READ, max(INSANE, CAP_LAST_CAP + 1)); in main()