table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SK_CAPABLE(9) | Linux Networking | SK_CAPABLE(9) |
NAME¶
sk_capable - Socket global capability testSYNOPSIS¶
bool
sk_capable(const struct sock * sk,
int cap);
ARGUMENTS¶
skSocket to use a capability on or through
cap
The global capbility to use
DESCRIPTION¶
Test to see if the opener of the socket had when the socket was created and the current process has the capability cap in all user namespaces.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |