Lines Matching +full:in +full:- +full:application
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
19 address back to userspace. The application is in control of a flip
21 multiple-personality application can then flip the switch without
24 syscalls directly (disabled) or send them to be emulated in userspace
31 personality, and the application simply modifies that variable to
40 non-native applications, it must function on syscalls whose invocation
49 ---------
63 includes the most common syscall dispatchers in the native code
67 included in this region. In addition, for syscalls that implement the
70 [selector] is a pointer to a char-sized region in the process memory
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
85 application, while not impacting the Linux native regions of the
88 malicious application to subvert the mechanism by jumping to an allowed