Home
last modified time | relevance | path

Searched defs:allowed_access (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Dlandlock.h168 __u64 allowed_access; member
191 __u64 allowed_access; member
/linux/samples/landlock/
H A Dsandboxer.c119 const __u64 allowed_access) in populate_ruleset_fs()
187 const __u64 allowed_access) in populate_ruleset_net()
/linux/security/landlock/
H A Dfs.h55 access_mask_t allowed_access; global() member
H A Dfs.c1617 access_mask_t open_access_request, full_access_request, allowed_access, in hook_file_open() local
1715 access_mask_t allowed_access = landlock_file(file)->allowed_access; in hook_file_ioctl_common() local
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c720 const int ruleset_fd, const __u64 allowed_access, in add_path_beneath()