Home
last modified time | relevance | path

Searched refs:interpreters (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/userspace-api/
H A Dcheck_exec.rst10 are intended for script interpreters and dynamic linkers to enforce a
18 syscalls and access arbitrary files. Such interpreters should then be
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
81 However, script interpreters may still use user configuration such as
95 For instance, script interpreters called with a script snippet as argument
/linux/Documentation/admin-guide/LSM/
H A Dipe.rst95 to the interpreter. This is because the way interpreters execute these
100 interpreters can use it to signal the kernel that a script file will be executed,
110 to take the initiative, and existing interpreters won't be automatically
/linux/kernel/bpf/
H A Dcore.c2371 static unsigned int (*interpreters[])(const void *ctx, variable
2523 if (idx < ARRAY_SIZE(interpreters)) { in bpf_prog_select_interpreter()
2524 fp->bpf_func = interpreters[idx]; in bpf_prog_select_interpreter()