HomeSort by relevance Sort by last modified time
    Searched full:capng (Results 1 - 8 of 8) sorted by null

  /external/libcap-ng/libcap-ng-0.7/bindings/python/test/
capng-test.py 10 import capng namespace
11 last = capng.CAP_LAST_CAP
14 capng.capng_clear(capng.CAPNG_SELECT_BOTH)
15 if capng.capng_have_capabilities(capng.CAPNG_SELECT_BOTH) != capng.CAPNG_NONE:
19 capng.capng_fill(capng.CAPNG_SELECT_BOTH)
20 if capng.capng_have_capabilities(capng.CAPNG_SELECT_BOTH) != capng.CAPNG_FULL
    [all...]
Makefile.am 23 dist_check_SCRIPTS = capng-test.py
Makefile.in 207 dist_check_SCRIPTS = capng-test.py
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
Makefile.am 29 pyexec_PYTHON = capng.py
37 capng.py capng_wrap.c: ${srcdir}/capng_swig.i caps.h capng.h
41 capng.h:
42 cat ${top_srcdir}/src/cap-ng.h | grep -v '_state' > capng.h
44 CLEANFILES = capng.py* capng_wrap.c caps.h capng.h *~
capng_swig.i 23 %module capng
25 #include "./capng.h"
43 %include "./capng.h"
Makefile.in 300 pyexec_PYTHON = capng.py
307 CLEANFILES = capng.py* capng_wrap.c caps.h capng.h *~
777 capng.py capng_wrap.c: ${srcdir}/capng_swig.i caps.h capng.h
781 capng.h:
782 cat ${top_srcdir}/src/cap-ng.h | grep -v '_state' > capng.h
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_change_id.3 29 This returns 0 on success and a negative number on failure. -1 means capng has not been initted properly, -2 means a failure requesting to keep capabilities across the uid change, -3 means that applying the intermediate capabilities failed, -4 means changing gid failed, -5 means dropping supplemental groups failed, -6 means changing the uid failed, -7 means dropping the ability to retain caps across a uid change failed, -8 means clearing the bounding set failed, -9 means dropping CAP_SETPCAP failed.
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 105 %{python_sitearch}/capng.py*

Completed in 168 milliseconds