Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/security/cap_bound/
Dcap_bounds_r.c37 #define PROC_CAP_LAST "/proc/sys/kernel/cap_last_cap" macro
49 if (access(PROC_CAP_LAST, R_OK) == 0) { in main()
50 SAFE_FILE_SCANF(NULL, PROC_CAP_LAST, "%d", &cap_last_cap); in main()
Dcap_bounds_rw.c36 #define PROC_CAP_LAST "/proc/sys/kernel/cap_last_cap" macro
97 if (access(PROC_CAP_LAST, R_OK) == 0) { in main()
98 SAFE_FILE_SCANF(NULL, PROC_CAP_LAST, "%d", &cap_last_cap); in main()