Home
last modified time | relevance | path

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

/linux/samples/landlock/
A Dsandboxer.c80 const __u64 allowed_access) in populate_ruleset() argument
122 path_beneath.allowed_access = allowed_access; in populate_ruleset()
124 path_beneath.allowed_access &= ACCESS_FILE; in populate_ruleset()
/linux/security/landlock/
A Dsyscalls.c87 path_beneath_size = sizeof(path_beneath_attr.allowed_access); in build_check_abi()
338 if (!path_beneath_attr.allowed_access) { in SYSCALL_DEFINE4()
346 if ((path_beneath_attr.allowed_access | ruleset->fs_access_masks[0]) != in SYSCALL_DEFINE4()
359 path_beneath_attr.allowed_access); in SYSCALL_DEFINE4()
/linux/drivers/char/tpm/
A Dtpm_tis_spi_cr50.c78 unsigned long allowed_access = phy->last_access + phy->access_delay; in cr50_ensure_access_delay() local
88 if (time_in_range_open(time_now, phy->last_access, allowed_access)) { in cr50_ensure_access_delay()
89 unsigned long remaining, timeout = allowed_access - time_now; in cr50_ensure_access_delay()
/linux/include/uapi/linux/
A Dlandlock.h61 __u64 allowed_access; member
/linux/tools/testing/selftests/landlock/
A Dfs_test.c293 .allowed_access = LANDLOCK_ACCESS_FS_READ_FILE | in TEST_F_FORK()
350 path_beneath.allowed_access |= LANDLOCK_ACCESS_FS_EXECUTE; in TEST_F_FORK()
354 path_beneath.allowed_access &= ~LANDLOCK_ACCESS_FS_EXECUTE; in TEST_F_FORK()
357 path_beneath.allowed_access |= (1ULL << 60); in TEST_F_FORK()
361 path_beneath.allowed_access &= ~(1ULL << 60); in TEST_F_FORK()
364 path_beneath.allowed_access = 0; in TEST_F_FORK()
368 path_beneath.allowed_access &= ~(1ULL << 60); in TEST_F_FORK()
416 path_beneath.allowed_access = access; in TEST_F_FORK()
430 const int ruleset_fd, const __u64 allowed_access, in add_path_beneath() argument
434 .allowed_access = allowed_access, in add_path_beneath()
[all …]
A Dbase_test.c173 .allowed_access = LANDLOCK_ACCESS_FS_READ_DIR, in TEST()
/linux/Documentation/userspace-api/
A Dlandlock.rst74 .allowed_access =

Completed in 14 milliseconds