This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 70756b49be4e Merge tag 'docs-6.3' of git://git.lwn.net/linux new 6dc387d52eb6 ima: fix error handling logic when file measurement failed new 62622dab0a28 ima: return IMA digest value only when IMA_COLLECTED flag is set new b8dc57947379 ima: fix ima_delete_rules() kernel-doc warning new 8250865c164e evm: call dump_security_xattr() in all cases to remove cod [...] new 4971c268b85e ima: Align ima_file_mmap() parameters with mmap_file LSM hook new 4958db3245fa ima: Introduce MMAP_CHECK_REQPROT hook new 67e2dcff8b21 Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm [...] new 3e52e5b077f6 landlock: Explain file descriptor access rights new 366617a69e60 selftests/landlock: Skip overlayfs tests when not supported new 8677e555f17f selftests/landlock: Test ptrace as much as possible with Yama new 1c1ea1c3e21d MAINTAINERS: Update Landlock repository new 291a73a8e63a Merge tag 'landlock-6.3-rc1' of git://git.kernel.org/pub/s [...] new ccfd889acb06 smackfs: Added check catlen new 77bc1bb18463 Merge tag 'Smack-for-6.3' of https://github.com/cschaufler [...] new 6c6cd913accd audit: update the mailing list in MAINTAINERS new 23064dfe088e Merge tag 'audit-pr-20230220' of git://git.kernel.org/pub/ [...]
The 16 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/ABI/testing/ima_policy | 2 +- Documentation/security/landlock.rst | 34 +++++++- MAINTAINERS | 4 +- include/linux/ima.h | 6 +- security/integrity/evm/evm_crypto.c | 33 ++++---- security/integrity/ima/ima.h | 1 + security/integrity/ima/ima_api.c | 5 +- security/integrity/ima/ima_appraise.c | 3 + security/integrity/ima/ima_main.c | 38 +++++++-- security/integrity/ima/ima_policy.c | 7 +- security/security.c | 7 +- security/smack/smackfs.c | 17 +++- tools/testing/selftests/landlock/fs_test.c | 47 ++++++++++ tools/testing/selftests/landlock/ptrace_test.c | 113 +++++++++++++++++++++---- 14 files changed, 257 insertions(+), 60 deletions(-)