Home
last modified time | relevance | path

Searched refs:CAP_SETPCAP (Results 1 – 13 of 13) sorted by relevance

/external/strace/
Dcaps0.h9 CAP_SETPCAP,
/external/strace/xlat/
Dcap_mask0.in10 1<<CAP_SETPCAP
Dcap.in10 CAP_SETPCAP
Dcap_mask0.h25 XLAT_PAIR(1ULL<<CAP_SETPCAP, "1<<CAP_SETPCAP"),
Dcap.h25 XLAT(CAP_SETPCAP),
/external/libcap-ng/libcap-ng-0.7/bindings/python/
Dcapng.py78 CAP_SETPCAP = _capng.CAP_SETPCAP variable
/external/libcap-ng/libcap-ng-0.7/src/
Dcaptab.h31 _S(CAP_SETPCAP, "setpcap" )
Dcap-ng.c477 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/libcap/include/uapi/linux/
Dcapability.h159 #define CAP_SETPCAP 8 macro
/external/kernel-headers/original/uapi/linux/
Dcapability.h174 #define CAP_SETPCAP 8 macro
/external/ltp/testcases/kernel/security/filecaps/
DREADME29 inh_capped: check whether a process without CAP_SETPCAP
/external/libcap/progs/
Dcapsh.c29 static const cap_value_t raise_setpcap[1] = { CAP_SETPCAP };
/external/minijail/
Dlibminijail.c1847 if (i != CAP_SETPCAP && !(j->caps & (one << i))) in drop_caps()
1885 if ((j->caps & (one << CAP_SETPCAP)) == 0) { in drop_caps()
1886 flag[0] = CAP_SETPCAP; in drop_caps()