Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl07.c80 static inline void check_cap_lower(unsigned int cap, char *message) in check_cap_lower() function
131 check_cap_lower(CAP_NET_RAW, "CAP_NET_RAW(it wasn't in ambient set)"); in verify_prctl()
132 check_cap_lower(CAP_NET_BIND_SERVICE, "CAP_NET_BIND_SERVICE(it was in ambient set)"); in verify_prctl()