1 Name: Seccomp-BPF Kernel Test Suite 2 URL: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/tools/testing/selftests/seccomp 3 License File: COPYING 4 Description: Mirror of Linux kernel seccomp test suite, run in CTS. 5 6 See README.md for information on how to update this repository. 7 8 Local 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