函数源码 |
Source File:include\linux\seccomp.h |
Create Date:2022-07-27 06:40:54 |
首页 | Copyright©Brick |
81 82 83 84 85 86 87 88 89 90 | #endif /* CONFIG_SECCOMP */ #ifdef CONFIG_SECCOMP_FILTER extern void put_seccomp_filter( struct task_struct *tsk); extern void get_seccomp_filter( struct task_struct *tsk); #else /* CONFIG_SECCOMP_FILTER */ static inline void put_seccomp_filter( struct task_struct *tsk) { return ; } |