Wyatt Fang 49a1826eda add faq for 2 common issues and add tool to quickly figure out required syscalls (#17) hace 1 año
..
README.md 49a1826eda add faq for 2 common issues and add tool to quickly figure out required syscalls (#17) hace 1 año
main.go 49a1826eda add faq for 2 common issues and add tool to quickly figure out required syscalls (#17) hace 1 año
test.py 49a1826eda add faq for 2 common issues and add tool to quickly figure out required syscalls (#17) hace 1 año

README.md

How to use

  • edit the test.py code, add what python code you want to test
  • then run: go run cmd/test/syscall_dig/main.go to get the required syscalls

If you want to check the syscall name by its number, you can run: ausyscall ${syscall number}. ausyscall is the cmd from auditd service.