Searched refs:capng_apply (Results 1 - 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/capabilities/
H A Dtest_execve.c116 if (capng_apply(CAPNG_SELECT_CAPS) != 0)
118 "capng_apply - %s\n", strerror(errno));
269 if (capng_apply(CAPNG_SELECT_CAPS) != 0)
270 ksft_exit_fail_msg("capng_apply - %s\n", strerror(errno));
300 if (capng_apply(CAPNG_SELECT_CAPS) != 0)
301 ksft_exit_fail_msg("capng_apply - %s\n", strerror(errno));
311 if (capng_apply(CAPNG_SELECT_CAPS) != 0)
312 ksft_exit_fail_msg("capng_apply - %s\n", strerror(errno));
340 if (capng_apply(CAPNG_SELECT_CAPS) != 0)
341 ksft_exit_fail_msg("capng_apply
[all...]
/external/libcap-ng/libcap-ng-0.7/bindings/python/
H A Dcapng.py150 def capng_apply(*args): function
151 return _capng.capng_apply(*args)
152 capng_apply = _capng.capng_apply variable
/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.h60 int capng_apply(capng_select_t set);
H A Dcap-ng.c465 int capng_apply(capng_select_t set) function
601 rc = capng_apply(CAPNG_SELECT_CAPS);
608 rc = capng_apply(CAPNG_SELECT_BOUNDS);
649 rc = capng_apply(CAPNG_SELECT_CAPS);
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dcaptest.c230 capng_apply(CAPNG_SELECT_BOTH);
237 capng_apply(CAPNG_SELECT_CAPS);
/external/tcpdump/
H A Dtcpdump.c645 capng_apply(CAPNG_SELECT_BOTH);
1835 capng_apply(CAPNG_SELECT_BOTH);
1891 capng_apply(CAPNG_SELECT_BOTH);
2359 capng_apply(CAPNG_SELECT_BOTH);
2380 capng_apply(CAPNG_SELECT_BOTH);
2431 capng_apply(CAPNG_SELECT_BOTH);
2451 capng_apply(CAPNG_SELECT_BOTH);
/external/selinux/policycoreutils/newrole/
H A Dnewrole.c568 return capng_apply(CAPNG_SELECT_CAPS);
611 return capng_apply(CAPNG_SELECT_CAPS);
/external/selinux/sandbox/
H A Dseunshare.c70 if (capng_lock() == -1 || capng_apply(cap_set) == -1) {

Completed in 362 milliseconds