OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:capng_have_capability
(Results
1 - 2
of
2
) sorted by null
/external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py
174
def
capng_have_capability
(*args):
function
175
return _capng.
capng_have_capability
(*args)
176
capng_have_capability
= _capng.
capng_have_capability
variable
/external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c
477
if (
capng_have_capability
(CAPNG_EFFECTIVE, CAP_SETPCAP)) {
482
if (
capng_have_capability
(CAPNG_BOUNDING_SET,
576
if (
capng_have_capability
(CAPNG_EFFECTIVE, CAP_SETPCAP) == 0 &&
581
if (gid == -1 ||
capng_have_capability
(CAPNG_EFFECTIVE, CAP_SETGID))
588
if (uid == -1 ||
capng_have_capability
(CAPNG_EFFECTIVE, CAP_SETUID))
768
int
capng_have_capability
(capng_type_t which, unsigned int capability)
function
899
if (
capng_have_capability
(which, i)) {
Completed in 321 milliseconds