Home
last modified time | relevance | path

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

/linux/security/landlock/
A Dfs.c1487 landlock_file(file)->allowed_access = LANDLOCK_MASK_ACCESS_FS; in hook_file_alloc_security()
1556 landlock_file(file)->allowed_access = allowed_access; in hook_file_open()
1576 if (landlock_file(file)->allowed_access & LANDLOCK_ACCESS_FS_TRUNCATE) in hook_file_truncate()
1584 access_mask_t allowed_access = landlock_file(file)->allowed_access; in hook_file_ioctl()
1607 access_mask_t allowed_access = landlock_file(file)->allowed_access; in hook_file_ioctl_compat()
1638 prev_dom = landlock_file(file)->fown_domain; in hook_file_set_fowner()
1639 landlock_file(file)->fown_domain = new_dom; in hook_file_set_fowner()
1647 landlock_put_ruleset_deferred(landlock_file(file)->fown_domain); in hook_file_free_security()
A Dfs.h79 landlock_file(const struct file *const file) in landlock_file() function
A Dtask.c294 landlock_file(fown->file)->fown_domain, signal_scope); in hook_file_send_sigiotask()

Completed in 6 milliseconds