Home
last modified time | relevance | path

Searched refs:landlock_file (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/security/landlock/
Dfs.h72 landlock_file(const struct file *const file) in landlock_file() function
Dfs.c1202 landlock_file(file)->allowed_access = LANDLOCK_MASK_ACCESS_FS; in hook_file_alloc_security()
1258 landlock_file(file)->allowed_access = allowed_access; in hook_file_open()
1278 if (landlock_file(file)->allowed_access & LANDLOCK_ACCESS_FS_TRUNCATE) in hook_file_truncate()