OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAPNG_NONE
(Results
1 - 11
of
11
) sorted by null
/external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c
35
if (capng_have_capabilities(CAPNG_SELECT_CAPS) !=
CAPNG_NONE
) {
lib_test.c
38
if (capng_have_capabilities(CAPNG_SELECT_BOTH) !=
CAPNG_NONE
) {
56
if (capng_have_capabilities(CAPNG_SELECT_BOTH) !=
CAPNG_NONE
) {
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/
capng-test.py
15
if capng.capng_have_capabilities(capng.CAPNG_SELECT_BOTH) != capng.
CAPNG_NONE
:
38
if rc <= capng.
CAPNG_NONE
:
/external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h
43
typedef enum { CAPNG_FAIL=-1,
CAPNG_NONE
, CAPNG_PARTIAL,
cap-ng.c
549
if (capng_have_capabilities(CAPNG_SELECT_CAPS) ==
CAPNG_NONE
)
732
return
CAPNG_NONE
;
/external/libcap-ng/libcap-ng-0.7/utils/
captest.c
95
if (capng_have_capabilities(CAPNG_SELECT_CAPS) ==
CAPNG_NONE
) {
127
if (capng_have_capabilities(CAPNG_SELECT_CAPS) ==
CAPNG_NONE
) {
pscap.c
119
if (caps >
CAPNG_NONE
) {
filecap.c
59
if (rc >
CAPNG_NONE
) {
netcap.c
102
if (caps <=
CAPNG_NONE
)
/external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py
117
CAPNG_NONE
= _capng.
CAPNG_NONE
/external/selinux/sandbox/
seunshare.c
67
if (capng_have_capabilities(cap_set) ==
CAPNG_NONE
)
Completed in 174 milliseconds