Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/tests/workloads/
Dlandlock.c27 __u64 allowed_access; member
38 __u64 allowed_access; member
/linux-6.14.4/include/uapi/linux/
Dlandlock.h95 __u64 allowed_access; member
118 __u64 allowed_access; member
/linux-6.14.4/samples/landlock/
Dsandboxer.c115 const __u64 allowed_access) in populate_ruleset_fs()
183 const __u64 allowed_access) in populate_ruleset_net()
/linux-6.14.4/security/landlock/
Dfs.h55 access_mask_t allowed_access; member
Dfs.c1507 access_mask_t open_access_request, full_access_request, allowed_access, in hook_file_open() local
1590 access_mask_t allowed_access = landlock_file(file)->allowed_access; in hook_file_ioctl() local
1613 access_mask_t allowed_access = landlock_file(file)->allowed_access; in hook_file_ioctl_compat() local
/linux-6.14.4/drivers/char/tpm/
Dtpm_tis_spi_cr50.c81 unsigned long allowed_access = phy->last_access + phy->access_delay; in cr50_ensure_access_delay() local
/linux-6.14.4/tools/testing/selftests/landlock/
Dfs_test.c719 const int ruleset_fd, const __u64 allowed_access, in add_path_beneath()