Lines Matching refs:allowed_access
459 .allowed_access = LANDLOCK_ACCESS_FS_READ_FILE | in TEST_F_FORK()
516 path_beneath.allowed_access |= LANDLOCK_ACCESS_FS_EXECUTE; in TEST_F_FORK()
520 path_beneath.allowed_access &= ~LANDLOCK_ACCESS_FS_EXECUTE; in TEST_F_FORK()
523 path_beneath.allowed_access |= LANDLOCK_ACCESS_FS_REFER; in TEST_F_FORK()
527 path_beneath.allowed_access &= ~LANDLOCK_ACCESS_FS_REFER; in TEST_F_FORK()
530 path_beneath.allowed_access |= (1ULL << 60); in TEST_F_FORK()
534 path_beneath.allowed_access &= ~(1ULL << 60); in TEST_F_FORK()
537 path_beneath.allowed_access = 0; in TEST_F_FORK()
541 path_beneath.allowed_access &= ~(1ULL << 60); in TEST_F_FORK()
603 path_beneath_dir.allowed_access = access; in TEST_F_FORK()
608 path_beneath_file.allowed_access = access; in TEST_F_FORK()
656 path_beneath.allowed_access = access; in TEST_F_FORK()
685 path_beneath.allowed_access = access; in TEST_F_FORK()
701 const int ruleset_fd, const __u64 allowed_access, in add_path_beneath() argument
705 .allowed_access = allowed_access, in add_path_beneath()
814 path_beneath.allowed_access = LANDLOCK_ACCESS_FS_READ_FILE | in TEST_F_FORK()