Searched refs:rs_fd (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 8143 int rs_fd; in apply_a_layer() local 8151 rs_fd = landlock_create_ruleset(&rs_attr, sizeof(rs_attr), 0); in apply_a_layer() 8152 ASSERT_LE(0, rs_fd); in apply_a_layer() 8159 add_path_beneath(_metadata, rs_fd, r->access, r->path, in apply_a_layer() 8164 ASSERT_EQ(0, landlock_restrict_self(rs_fd, l->restrict_flags)) in apply_a_layer() 8168 ASSERT_EQ(0, close(rs_fd)); in apply_a_layer()
|