[PATCH v4 0/3] ksmbd: bound smb_check_perm_dacl() ACE walks by DACL size
| Newsgroups | org.kernel.vger.linux-cifs |
|---|---|
| Message-ID | <[email protected]> |
From: Hang Nan <[email protected]> Changes in v3: - Update SMB_SERVER_KUNIT_TESTS help text. - Moved kunit tests under fs/smb/server/tests/. The following patch from v2 have already been merged into #ksmbd-for-next-next: https://lore.kernel.org/linux-cifs/CAKYAXd9XHJSNfrFr+F8thNxFnXqGGcKpS1b1qR4DNuu82+j_VQ@mail.gmail.com/ Hang Nan (3): ksmbd: add KUnit test for the DACL walk boundary ksmbd: test smb_check_perm_dacl() DACL walk boundary ksmbd: test maximal-access DACL walk boundary fs/smb/server/Kconfig | 2 + fs/smb/server/Makefile | 1 + fs/smb/server/smbacl.c | 2 + fs/smb/server/tests/Kconfig | 15 ++ fs/smb/server/tests/Makefile | 4 + fs/smb/server/tests/smbacl_kunit.c | 301 +++++++++++++++++++++++++++++ fs/smb/server/vfs.c | 2 + 7 files changed, 327 insertions(+) create mode 100644 fs/smb/server/tests/Kconfig create mode 100644 fs/smb/server/tests/Makefile create mode 100644 fs/smb/server/tests/smbacl_kunit.c -- 2.55.0