Re: [PATCH v2] selftests/landlock: fix spelling error in fs_test comment
Mickaël Salaün <[email protected]>
| Newsgroups | org.kernel.vger.linux-security-module,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest |
|---|---|
| Message-ID | <[email protected]> |
Applied, thanks! On Thu, Jul 02, 2026 at 09:58:23AM +0800, Wang Yan wrote: > Fix typo "allowes" -> "allows" in Landlock filesystem test comment. > > Signed-off-by: Wang Yan <[email protected]> > --- > tools/testing/selftests/landlock/fs_test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/testing/selftests/landlock/fs_test.c b/tools/testing/selftests/landlock/fs_test.c > index 86e08aa6e0a7..e672089e9329 100644 > --- a/tools/testing/selftests/landlock/fs_test.c > +++ b/tools/testing/selftests/landlock/fs_test.c > @@ -6927,7 +6927,7 @@ TEST_F_FORK(layout2_overlay, same_content_different_file) > ASSERT_EQ(0, test_open(path_entry, O_RDWR)); > } > > - /* Only allowes access to the merge hierarchy. */ > + /* Only allows access to the merge hierarchy. */ > enforce_fs(_metadata, ACCESS_RW, layer5_merge_only); > > /* Checks new accesses on lower layer. */ > -- > 2.25.1 > >