HomeSort by relevance Sort by last modified time
    Searched refs:capng_have_capability (Results 1 - 6 of 6) sorted by null

  /external/libcap-ng/libcap-ng-0.7/src/test/
lib_test.c 69 rc = capng_have_capability(CAPNG_EFFECTIVE, i);
88 rc = capng_have_capability(CAPNG_BOUNDING_SET, i);
153 rc = capng_have_capability(CAPNG_EFFECTIVE, CAP_CHOWN) &&
154 capng_have_capability(CAPNG_EFFECTIVE, CAP_FOWNER) &&
155 capng_have_capability(CAPNG_EFFECTIVE, CAP_KILL);
  /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.h 70 int capng_have_capability(capng_type_t which, unsigned int capability);
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/test/
capng-test.py 37 rc = capng.capng_have_capability(capng.CAPNG_EFFECTIVE, int(i))
  /external/libcap-ng/libcap-ng-0.7/utils/
captest.c 71 capng_have_capability(CAPNG_EFFECTIVE,

Completed in 37 milliseconds