From c7e46056ca671af5d3ec7b68e3be3311717703a2 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sat, 30 Nov 2019 09:35:56 -0800 Subject: Some extra sanity to the golang cap package. Reject &cap.Set{} definitions harder. Require the use of cap.NewCap(). Also remove dependence on syscall.*Syscall6() for prctl - our use is fully covered by the syscall.*Syscall() API. Signed-off-by: Andrew G. Morgan --- go/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'go/.gitignore') diff --git a/go/.gitignore b/go/.gitignore index 0874295..bc4cd9b 100644 --- a/go/.gitignore +++ b/go/.gitignore @@ -1,4 +1,5 @@ compare-cap mknames +web pkg -src \ No newline at end of file +src -- cgit v1.2.1