Home
last modified time | relevance | path

Searched refs:net_bind_svc_cap (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbind_perm.c54 const __u64 net_bind_svc_cap = 1ULL << CAP_NET_BIND_SERVICE; in test_bind_perm() local
78 ASSERT_OK(cap_disable_effective(net_bind_svc_cap, &old_caps), in test_bind_perm()
87 if (old_caps & net_bind_svc_cap) in test_bind_perm()
88 ASSERT_OK(cap_enable_effective(net_bind_svc_cap, NULL), in test_bind_perm()