Searched refs:CAP_SETPCAP (Results 1 – 13 of 13) sorted by relevance
9 CAP_SETPCAP,
10 1<<CAP_SETPCAP
10 CAP_SETPCAP
25 XLAT_PAIR(1ULL<<CAP_SETPCAP, "1<<CAP_SETPCAP"),
25 XLAT(CAP_SETPCAP),
78 CAP_SETPCAP = _capng.CAP_SETPCAP variable
31 _S(CAP_SETPCAP, "setpcap" )
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()
159 #define CAP_SETPCAP 8 macro
174 #define CAP_SETPCAP 8 macro
29 inh_capped: check whether a process without CAP_SETPCAP
29 static const cap_value_t raise_setpcap[1] = { CAP_SETPCAP };
1847 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()