|
libexplain
1.4.D001
|
#include <libexplain/ac/sys/capability.h>#include <libexplain/ac/unistd.h>#include <libexplain/capability.h>Go to the source code of this file.
Functions | |
| int | explain_capability (int cap) |
| int explain_capability | ( | int | cap | ) |
The explain_capability function may be used to determine whether or not the process has the given capability; or, on systems without capabilities, euid == root.
Definition at line 27 of file capability.c.
1.7.6.1