1Name: 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: 9- 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() 13- Fix pthread_join bug (https://android-review.googlesource.com/#/c/349407) 14