Searched refs:allowed_access (Results 1 – 7 of 7) sorted by relevance
80 const __u64 allowed_access) in populate_ruleset() argument122 path_beneath.allowed_access = allowed_access; in populate_ruleset()124 path_beneath.allowed_access &= ACCESS_FILE; in populate_ruleset()
87 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()
78 unsigned long allowed_access = phy->last_access + phy->access_delay; in cr50_ensure_access_delay() local88 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()
61 __u64 allowed_access; member
293 .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() argument434 .allowed_access = allowed_access, in add_path_beneath()[all …]
173 .allowed_access = LANDLOCK_ACCESS_FS_READ_DIR, in TEST()
74 .allowed_access =
Completed in 15 milliseconds