Go to the source code of this file.
◆ P_FLAG
Value:if (
flags & SECCOMP_FILTER_FLAG_##n) { \
printed += scnprintf(bf + printed,
size - printed,
"%s%s", printed ?
"|" :
"", #n); \
flags &= ~SECCOMP_FILTER_FLAG_##n; \
}
◆ P_SECCOMP_SET_MODE_OP
#define P_SECCOMP_SET_MODE_OP |
( |
|
n | ) |
case SECCOMP_SET_MODE_##n: printed = scnprintf(bf, size, #n); break |
◆ SCA_SECCOMP_FLAGS
◆ SCA_SECCOMP_OP
◆ SECCOMP_FILTER_FLAG_TSYNC
#define SECCOMP_FILTER_FLAG_TSYNC 1 |
◆ SECCOMP_SET_MODE_FILTER
#define SECCOMP_SET_MODE_FILTER 1 |
◆ SECCOMP_SET_MODE_STRICT
#define SECCOMP_SET_MODE_STRICT 0 |
◆ syscall_arg__scnprintf_seccomp_flags()
static size_t syscall_arg__scnprintf_seccomp_flags |
( |
char * |
bf, |
|
|
size_t |
size, |
|
|
struct syscall_arg * |
arg |
|
) |
| |
|
static |
◆ syscall_arg__scnprintf_seccomp_op()
static size_t syscall_arg__scnprintf_seccomp_op |
( |
char * |
bf, |
|
|
size_t |
size, |
|
|
struct syscall_arg * |
arg |
|
) |
| |
|
static |