Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/workloads/
Dlandlock.c27 __u64 allowed_access; member
38 __u64 allowed_access; member
/linux-6.15/include/uapi/linux/
Dlandlock.h155 __u64 allowed_access; member
178 __u64 allowed_access; member
/linux-6.15/samples/landlock/
Dsandboxer.c116 const __u64 allowed_access) in populate_ruleset_fs()
184 const __u64 allowed_access) in populate_ruleset_net()
/linux-6.15/security/landlock/
Dfs.h58 access_mask_t allowed_access; member
Dfs.c1618 access_mask_t open_access_request, full_access_request, allowed_access, in hook_file_open() local
1723 access_mask_t allowed_access = landlock_file(file)->allowed_access; in hook_file_ioctl_common() local
/linux-6.15/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.15/tools/testing/selftests/landlock/
Dfs_test.c720 const int ruleset_fd, const __u64 allowed_access, in add_path_beneath()