Lines Matching refs:allowed_access
429 .allowed_access = LANDLOCK_ACCESS_FS_READ_FILE | in TEST_F_FORK()
486 path_beneath.allowed_access |= LANDLOCK_ACCESS_FS_EXECUTE; in TEST_F_FORK()
490 path_beneath.allowed_access &= ~LANDLOCK_ACCESS_FS_EXECUTE; in TEST_F_FORK()
493 path_beneath.allowed_access |= LANDLOCK_ACCESS_FS_REFER; in TEST_F_FORK()
497 path_beneath.allowed_access &= ~LANDLOCK_ACCESS_FS_REFER; in TEST_F_FORK()
500 path_beneath.allowed_access |= (1ULL << 60); in TEST_F_FORK()
504 path_beneath.allowed_access &= ~(1ULL << 60); in TEST_F_FORK()
507 path_beneath.allowed_access = 0; in TEST_F_FORK()
511 path_beneath.allowed_access &= ~(1ULL << 60); in TEST_F_FORK()
572 path_beneath_dir.allowed_access = access; in TEST_F_FORK()
577 path_beneath_file.allowed_access = access; in TEST_F_FORK()
609 const int ruleset_fd, const __u64 allowed_access, in add_path_beneath() argument
613 .allowed_access = allowed_access, in add_path_beneath()
729 path_beneath.allowed_access = LANDLOCK_ACCESS_FS_READ_FILE | in TEST_F_FORK()