all:
	gcc -o test_kysec_netlink test_kysec_netlink.c
	gcc -o test_pid test_pid.c
	kysec_set -n exectl -v verified ./test_*
clean:
	rm ./res_*
