Lines Matching +full:dynamic +full:- +full:mode
1 .. SPDX-License-Identifier: GPL-2.0
10 are intended for script interpreters and dynamic linkers to enforce a
12 `samples/check-exec/inc.c`_ example.
23 Script interpreters or dynamic linkers built for tailored execution environments
28 for script interpreters and dynamic linkers to check the securebits at run time
41 Programs should always perform this check to apply kernel-level checks against
55 be checked. For instance, dynamic linking should make sure that all libraries
60 To avoid race conditions leading to time-of-check to time-of-use issues,
76 securebits but without relying on any other user-controlled configuration.
114 migration to a secure mode.
123 /tmp/*.sh``). This makes sense for (semi-restricted) user sessions.
131 dm-verity/IPE) but where access rights might not be ready yet. Indeed,
143 .. _samples/check-exec/inc.c:
144 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/samples/check-exec/inc.c