Searched refs:CAP_SETPCAP (Results 1 – 14 of 14) sorted by relevance
/external/strace/ |
D | caps0.h | 9 CAP_SETPCAP,
|
/external/strace/xlat/ |
D | cap_mask0.in | 10 1<<CAP_SETPCAP
|
D | capabilities.h | 12 { 1<<CAP_SETPCAP, "CAP_SETPCAP" },
|
D | cap.in | 10 CAP_SETPCAP
|
D | cap_mask0.h | 19 { 1<<CAP_SETPCAP, "CAP_SETPCAP" },
|
D | cap.h | 19 XLAT(CAP_SETPCAP),
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | captab.h | 31 _S(CAP_SETPCAP, "setpcap" )
|
D | cap-ng.c | 477 if (capng_have_capability(CAPNG_EFFECTIVE, CAP_SETPCAP)) { in capng_apply() 576 if (capng_have_capability(CAPNG_EFFECTIVE, CAP_SETPCAP) == 0 && in capng_change_id() 579 CAPNG_EFFECTIVE|CAPNG_PERMITTED, CAP_SETPCAP); in capng_change_id() 648 CAP_SETPCAP); in capng_change_id()
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
D | capng.py | 78 CAP_SETPCAP = _capng.CAP_SETPCAP variable
|
/external/kernel-headers/original/uapi/linux/ |
D | capability.h | 159 #define CAP_SETPCAP 8 macro
|
/external/libcap/libcap/include/uapi/linux/ |
D | capability.h | 159 #define CAP_SETPCAP 8 macro
|
/external/minijail/ |
D | libminijail.c | 1220 if (i != CAP_SETPCAP && !(j->caps & (one << i))) in drop_caps() 1247 if ((j->caps & (one << CAP_SETPCAP)) == 0) { in drop_caps() 1248 flag[0] = CAP_SETPCAP; in drop_caps()
|
/external/libcap/progs/ |
D | capsh.c | 29 static const cap_value_t raise_setpcap[1] = { CAP_SETPCAP };
|
/external/selinux/policycoreutils/ |
D | ChangeLog | 388 * newrole retain CAP_SETPCAP
|