Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dlandlock.h155 __u64 allowed_access; member
178 __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.c1619 access_mask_t open_access_request, full_access_request, allowed_access, in hook_file_open() local
1724 access_mask_t allowed_access = landlock_file(file)->allowed_access; in hook_file_ioctl_common() local
/linux/drivers/char/tpm/
H A Dtpm_tis_spi_cr50.c81 unsigned long allowed_access = phy->last_access + phy->access_delay; in cr50_ensure_access_delay() local
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c720 const int ruleset_fd, const __u64 allowed_access, in add_path_beneath()