Lines Matching refs:allowed_access
311 .allowed_access = LANDLOCK_ACCESS_FS_READ_FILE | in TEST_F_FORK()
368 path_beneath.allowed_access |= LANDLOCK_ACCESS_FS_EXECUTE; in TEST_F_FORK()
372 path_beneath.allowed_access &= ~LANDLOCK_ACCESS_FS_EXECUTE; in TEST_F_FORK()
375 path_beneath.allowed_access |= LANDLOCK_ACCESS_FS_REFER; in TEST_F_FORK()
379 path_beneath.allowed_access &= ~LANDLOCK_ACCESS_FS_REFER; in TEST_F_FORK()
382 path_beneath.allowed_access |= (1ULL << 60); in TEST_F_FORK()
386 path_beneath.allowed_access &= ~(1ULL << 60); in TEST_F_FORK()
389 path_beneath.allowed_access = 0; in TEST_F_FORK()
393 path_beneath.allowed_access &= ~(1ULL << 60); in TEST_F_FORK()
453 path_beneath_dir.allowed_access = access; in TEST_F_FORK()
458 path_beneath_file.allowed_access = access; in TEST_F_FORK()
490 const int ruleset_fd, const __u64 allowed_access, in add_path_beneath() argument
494 .allowed_access = allowed_access, in add_path_beneath()
610 path_beneath.allowed_access = LANDLOCK_ACCESS_FS_READ_FILE | in TEST_F_FORK()