Home
last modified time | relevance | path

Searched refs:landlock_hooks (Results 1 – 4 of 4) sorted by relevance

/linux/security/landlock/
H A Dcred.c55 static struct security_hook_list landlock_hooks[] __ro_after_init = {
67 security_add_hooks(landlock_hooks, ARRAY_SIZE(landlock_hooks),
43 static struct security_hook_list landlock_hooks[] __ro_after_init = { global() variable
H A Dtask.c494 static struct security_hook_list landlock_hooks[] __ro_after_init = {
507 security_add_hooks(landlock_hooks, ARRAY_SIZE(landlock_hooks),
445 static struct security_hook_list landlock_hooks[] __ro_after_init = { global() variable
H A Dnet.c403 static struct security_hook_list landlock_hooks[] __ro_after_init = {
411 security_add_hooks(landlock_hooks, ARRAY_SIZE(landlock_hooks),
377 static struct security_hook_list landlock_hooks[] __ro_after_init = { global() variable
H A Dfs.c2085 static struct security_hook_list landlock_hooks[] __ro_after_init = { variable
2116 security_add_hooks(landlock_hooks, ARRAY_SIZE(landlock_hooks), in landlock_add_fs_hooks()