OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAPNG_SELECT_CAPS
(Results
1 - 13
of
13
) sorted by null
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/
capng-test.py
24
text = capng.capng_print_caps_numeric(capng.CAPNG_PRINT_BUFFER, capng.
CAPNG_SELECT_CAPS
)
40
capng.capng_print_caps_numeric(capng.CAPNG_PRINT_STDOUT, capng.
CAPNG_SELECT_CAPS
)
43
if capng.capng_have_capabilities(capng.
CAPNG_SELECT_CAPS
) != capng.CAPNG_PARTIAL:
53
if capng.capng_have_capabilities(capng.
CAPNG_SELECT_CAPS
)!=capng.CAPNG_PARTIAL:
55
capng.capng_print_caps_numeric(capng.CAPNG_PRINT_STDOUT, capng.
CAPNG_SELECT_CAPS
)
63
if capng.capng_have_capabilities(capng.
CAPNG_SELECT_CAPS
) != capng.CAPNG_FULL:
65
capng.capng_print_caps_numeric(capng.CAPNG_PRINT_STDOUT, capng.
CAPNG_SELECT_CAPS
)
/external/libcap-ng/libcap-ng-0.7/src/test/
lib_test.c
49
text = capng_print_caps_numeric(CAPNG_PRINT_BUFFER,
CAPNG_SELECT_CAPS
);
73
CAPNG_SELECT_CAPS
);
76
if(capng_have_capabilities(
CAPNG_SELECT_CAPS
)!=CAPNG_PARTIAL){
79
CAPNG_SELECT_CAPS
);
126
if(capng_have_capabilities(
CAPNG_SELECT_CAPS
)!=CAPNG_PARTIAL){
129
CAPNG_SELECT_CAPS
);
138
if (capng_have_capabilities(
CAPNG_SELECT_CAPS
) != CAPNG_FULL){
141
CAPNG_SELECT_CAPS
);
159
CAPNG_SELECT_CAPS
);
thread_test.c
18
if (capng_have_capabilities(
CAPNG_SELECT_CAPS
) < CAPNG_FULL) {
35
if (capng_have_capabilities(
CAPNG_SELECT_CAPS
) != 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) {
234
capng_clear(
CAPNG_SELECT_CAPS
);
237
capng_apply(
CAPNG_SELECT_CAPS
);
pscap.c
118
caps = capng_have_capabilities(
CAPNG_SELECT_CAPS
);
filecap.c
58
rc = capng_have_capabilities(
CAPNG_SELECT_CAPS
);
netcap.c
101
caps = capng_have_capabilities(
CAPNG_SELECT_CAPS
);
/external/linux-kselftest/tools/testing/selftests/capabilities/
test_execve.c
116
if (capng_apply(
CAPNG_SELECT_CAPS
) != 0)
269
if (capng_apply(
CAPNG_SELECT_CAPS
) != 0)
300
if (capng_apply(
CAPNG_SELECT_CAPS
) != 0)
311
if (capng_apply(
CAPNG_SELECT_CAPS
) != 0)
340
if (capng_apply(
CAPNG_SELECT_CAPS
) != 0)
351
if (capng_apply(
CAPNG_SELECT_CAPS
) != 0)
/external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h
41
typedef enum {
CAPNG_SELECT_CAPS
= 16, CAPNG_SELECT_BOUNDS = 32,
cap-ng.c
180
if (set &
CAPNG_SELECT_CAPS
)
196
if (set &
CAPNG_SELECT_CAPS
) {
493
if (set &
CAPNG_SELECT_CAPS
) {
549
if (capng_have_capabilities(
CAPNG_SELECT_CAPS
) == CAPNG_NONE)
601
rc = capng_apply(
CAPNG_SELECT_CAPS
);
649
rc = capng_apply(
CAPNG_SELECT_CAPS
);
686
if (set &
CAPNG_SELECT_CAPS
) {
818
if (set &
CAPNG_SELECT_CAPS
) {
845
if (set &
CAPNG_SELECT_CAPS
) {
/external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py
113
CAPNG_SELECT_CAPS
= _capng.
CAPNG_SELECT_CAPS
/external/selinux/policycoreutils/newrole/
newrole.c
548
capng_clear(
CAPNG_SELECT_CAPS
);
568
return capng_apply(
CAPNG_SELECT_CAPS
);
590
capng_clear(
CAPNG_SELECT_CAPS
);
611
return capng_apply(
CAPNG_SELECT_CAPS
);
[
all
...]
/external/selinux/sandbox/
seunshare.c
60
static capng_select_t cap_set =
CAPNG_SELECT_CAPS
;
686
cap_set =
CAPNG_SELECT_CAPS
;
Completed in 98 milliseconds