Lines Matching +full:- +full:- +full:disable +full:- +full:seccomp
1 .. SPDX-License-Identifier: GPL-2.0
8 ----------
11 calls of only a part of their process - the part that has the
12 incompatible code - while being able to execute native syscalls without
13 a high performance penalty on the native part of the process. Seccomp
21 multiple-personality application can then flip the switch without
23 boundaries, to enable/disable the syscall redirection and execute
40 non-native applications, it must function on syscalls whose invocation
49 ---------
57 disable the mechanism globally for that thread. When
70 [selector] is a pointer to a char-sized region in the process memory
71 region, that provides a quick way to enable disable syscall redirection
72 thread-wide, without the need to invoke the kernel directly. selector
81 --------------
84 quickly capture system calls issued by a non-native part of the
91 kind of security sandboxing, Seccomp should be used instead.