Home
last modified time | relevance | path

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

/openbmc/linux/security/landlock/
H A Dfs.h72 landlock_file(const struct file *const file) in landlock_file() function
H A Dfs.c1211 landlock_file(file)->allowed_access = LANDLOCK_MASK_ACCESS_FS; in hook_file_alloc_security()
1267 landlock_file(file)->allowed_access = allowed_access; in hook_file_open()
1287 if (landlock_file(file)->allowed_access & LANDLOCK_ACCESS_FS_TRUNCATE) in hook_file_truncate()