Searched refs:cap_set_file (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/security/filecaps/ |
D | verify_caps_exec.c | 110 ret = cap_set_file(TSTPATH, cap); in perms_test() 247 ret = cap_set_file(TSTPATH, fcap); in caps_actually_set_test() 269 ret = cap_set_file(TSTPATH, fcap); in caps_actually_set_test() 326 ret = cap_set_file(TSTPATH, fcap); in caps_actually_set_test() 350 ret = cap_set_file(TSTPATH, fcap); in caps_actually_set_test()
|
/external/libcap/libcap/ |
D | cap_file.c | 279 int cap_set_file(const char *filename, cap_t cap_d) in cap_set_file() function 326 int cap_set_file(const char *filename, cap_t cap_d) in cap_set_file() function
|
/external/libcap/doc/ |
D | Makefile | 12 cap_get_file.3 cap_get_fd.3 cap_set_file.3 cap_set_fd.3 \
|
/external/libcap/libcap/include/sys/ |
D | capability.h | 86 extern int cap_set_file(const char *, cap_t);
|
/external/libcap/progs/ |
D | setcap.c | 171 retval = cap_set_file(*++argv, cap_d); in main()
|
/external/ltp/include/ |
D | config.h.default | 48 /* Define to 1 if you have the declaration of `cap_set_file', and to 0 if you
|