Lines Matching refs:allowed_access
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() argument
434 .allowed_access = allowed_access, in add_path_beneath()
538 path_beneath.allowed_access = LANDLOCK_ACCESS_FS_READ_FILE | in TEST_F_FORK()