Searched refs:this_syscall (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/ |
H A D | seccomp.c | 783 static void __secure_computing_strict(int this_syscall) in __secure_computing_strict() argument 791 if (*allowed_syscalls == this_syscall) in __secure_computing_strict() 798 seccomp_log(this_syscall, SIGKILL, SECCOMP_RET_KILL_THREAD, true); in __secure_computing_strict() 803 void secure_computing_strict(int this_syscall) in secure_computing_strict() argument 814 __secure_computing_strict(this_syscall); in secure_computing_strict() 842 static int seccomp_do_user_notification(int this_syscall, in seccomp_do_user_notification() argument 923 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter() argument 959 seccomp_send_sigsys(this_syscall, data); in __seccomp_filter() 990 this_syscall = syscall_get_nr(current, current_pt_regs()); in __seccomp_filter() 991 if (this_syscall < in __seccomp_filter() 1051 __seccomp_filter(int this_syscall, const struct seccomp_data *sd, const bool recheck_after_trace) __seccomp_filter() argument 1063 int this_syscall; __secure_computing() local [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | seccomp.c | 1016 static void __secure_computing_strict(int this_syscall) in __secure_computing_strict() argument 1024 if (*allowed_syscalls == this_syscall) in __secure_computing_strict() 1032 seccomp_log(this_syscall, SIGKILL, SECCOMP_RET_KILL_THREAD, true); in __secure_computing_strict() 1037 void secure_computing_strict(int this_syscall) in secure_computing_strict() argument 1048 __secure_computing_strict(this_syscall); in secure_computing_strict() 1105 static int seccomp_do_user_notification(int this_syscall, in seccomp_do_user_notification() argument 1203 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter() argument 1239 force_sig_seccomp(this_syscall, data, false); in __seccomp_filter() 1270 this_syscall = syscall_get_nr(current, current_pt_regs()); in __seccomp_filter() 1271 if (this_syscall < in __seccomp_filter() 1328 __seccomp_filter(int this_syscall, const struct seccomp_data *sd, const bool recheck_after_trace) __seccomp_filter() argument 1340 int this_syscall; __secure_computing() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | seccomp.h | 50 extern void secure_computing_strict(int this_syscall); 73 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | seccomp.h | 52 extern void secure_computing_strict(int this_syscall); 75 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict() argument
|
Completed in 5 milliseconds