Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst129 只有在 actions_logged sysctl 字符串中出现 "log" 时,这个操作才会被记录。
248 ``actions_logged``:
252 ``allow`` 字符串在 ``actions_logged`` sysctl中不被接收,因为不可能记录
/linux/kernel/
H A Dseccomp.c2290 u32 actions_logged, in seccomp_names_from_actions_logged() argument
2299 if (!(actions_logged & cur->log)) in seccomp_names_from_actions_logged()
2338 static bool seccomp_actions_logged_from_names(u32 *actions_logged, char *names) in seccomp_actions_logged_from_names() argument
2342 *actions_logged = 0; in seccomp_actions_logged_from_names()
2349 *actions_logged |= action_logged; in seccomp_actions_logged_from_names()
2374 size_t *lenp, loff_t *ppos, u32 *actions_logged) in write_actions_logged() argument
2392 if (!seccomp_actions_logged_from_names(actions_logged, table.data)) in write_actions_logged()
2395 if (*actions_logged & SECCOMP_LOG_ALLOW) in write_actions_logged()
2398 seccomp_actions_logged = *actions_logged; in write_actions_logged()
2402 static void audit_actions_logged(u32 actions_logged, u32 old_actions_logged, in audit_actions_logged() argument
[all …]
/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst161 actions_logged sysctl string.
310 ``actions_logged``:
316 The ``allow`` string is not accepted in the ``actions_logged`` sysctl