libexplain
1.4.D001
|
#include <libexplain/buffer/dac.h>
#include <libexplain/buffer/eperm.h>
#include <libexplain/buffer/gettext.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_eperm_net_admin (explain_string_buffer_t *sb, const char *syscall_name) |
void explain_buffer_eperm_net_admin | ( | explain_string_buffer_t * | sb, |
const char * | syscall_name | ||
) |
The explain_buffer_eperm_net_admin function may be used to print an explanation of an EPERM error, for syscalls that need CAP_NET_ADMIN capability.
sb | The string buffer to print into. |
syscall_name | The name of the offending system call. |
Definition at line 25 of file net_admin.c.