Home
last modified time | relevance | path

Searched refs:capng_apply_caps_fd (Results 1 – 4 of 4) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/bindings/python/
Dcapng.py166 def capng_apply_caps_fd(*args): function
167 return _capng.capng_apply_caps_fd(*args)
168 capng_apply_caps_fd = _capng.capng_apply_caps_fd variable
/external/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.h66 int capng_apply_caps_fd(int fd);
Dcap-ng.c530 int capng_apply_caps_fd(int fd) in capng_apply_caps_fd() function
/external/libcap-ng/libcap-ng-0.7/utils/
Dfilecap.c178 capng_apply_caps_fd(fd); in main()