blob: 54ffc0401ed160448bec0f9cec66b06aa3f6e882 [file] [log] [blame]
Robert Sesek8de2c592016-12-08 16:16:00 -05001Name: Seccomp-BPF Kernel Test Suite
2URL: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/tools/testing/selftests/seccomp
3License File: COPYING
4Description: Mirror of Linux kernel seccomp test suite, run in CTS.
5
6See README.md for information on how to update this repository.
7
8Local Modifications:
Robert Sesekd8b24ac2016-12-08 16:17:58 -05009- Remove usage of pthread_cancel()
10- Use __android_log_print() instead of fprintf()
11- Rename main() to seccomp_test_main()
12- Add get_seccomp_test_list()
Paul Lawrence1a370132017-03-08 10:29:51 -080013- Fix pthread_join bug (https://android-review.googlesource.com/#/c/349407)