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/src/
cap-ng.c
481
if (
capng_have_capability
(CAPNG_EFFECTIVE, CAP_SETPCAP)) {
486
if (
capng_have_capability
(CAPNG_BOUNDING_SET,
580
if (
capng_have_capability
(CAPNG_EFFECTIVE, CAP_SETPCAP) == 0 &&
585
if (gid == -1 ||
capng_have_capability
(CAPNG_EFFECTIVE, CAP_SETGID))
592
if (uid == -1 ||
capng_have_capability
(CAPNG_EFFECTIVE, CAP_SETUID))
772
int
capng_have_capability
(capng_type_t which, unsigned int capability)
function
903
if (
capng_have_capability
(which, i)) {
/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
Completed in 249 milliseconds