linux-stable/tools/testing/selftests/landlock
Linus Torvalds 35e886e88c Landlock updates for v6.9-rc1
-----BEGIN PGP SIGNATURE-----
 
 iIYEABYKAC4WIQSVyBthFV4iTW/VU1/l49DojIL20gUCZfHmqxAcbWljQGRpZ2lr
 b2QubmV0AAoJEOXj0OiMgvbSvbABAIUF7nujsgnE9AykjhTKzg+by86mvXK0fdLG
 WVW0cwfgAP49daJb8JyZP9d6PvcgDfH4vV8E7r5PFeaICPdoOwg2Bg==
 =xJV1
 -----END PGP SIGNATURE-----

Merge tag 'landlock-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux

Pull landlock updates from Mickaël Salaün:
 "Some miscellaneous improvements, including new KUnit tests, extended
  documentation and boot help, and some cosmetic cleanups.

  Additional test changes already went through the net tree"

* tag 'landlock-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux:
  samples/landlock: Don't error out if a file path cannot be opened
  landlock: Use f_cred in security_file_open() hook
  landlock: Rename "ptrace" files to "task"
  landlock: Simplify current_check_access_socket()
  landlock: Warn once if a Landlock action is requested while disabled
  landlock: Extend documentation for kernel support
  landlock: Add support for KUnit tests
  selftests/landlock: Clean up error logs related to capabilities
2024-03-14 16:00:27 -07:00
..
.gitignore
base_test.c selftests: kselftest_harness: save full exit code in metadata 2024-03-01 10:30:28 +00:00
common.h Landlock updates for v6.9-rc1 2024-03-14 16:00:27 -07:00
config selftests/landlock: Add network tests 2023-10-26 21:07:16 +02:00
config.um selftests/landlock: Add hostfs tests 2023-06-12 21:26:23 +02:00
fs_test.c selftests/harness: Fix TEST_F()'s vfork handling 2024-03-06 20:31:50 -08:00
Makefile selftests/landlock: Build without static libraries 2022-10-19 22:10:56 +02:00
net_test.c selftests: kselftest_harness: save full exit code in metadata 2024-03-01 10:30:28 +00:00
ptrace_test.c selftests: kselftest_harness: save full exit code in metadata 2024-03-01 10:30:28 +00:00
true.c