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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c73 #define ADMIN_CAPS (1ULL << CAP_NET_ADMIN | \ macro
1250 err = cap_enable_effective(ADMIN_CAPS, NULL);
1252 perror("cap_enable_effective(ADMIN_CAPS)");
1254 err = cap_disable_effective(ADMIN_CAPS, NULL);
1256 perror("cap_disable_effective(ADMIN_CAPS)");
1745 return (caps & ADMIN_CAPS) == ADMIN_CAPS;

Completed in 126 milliseconds