Stenographer is a packet capture solution which aims to quickly spool all packets to disk, then provide simple, fast access to subsets of those packets. Discussion/announcements at stenographer@googlegroups.com
Apache License 2.0
1.79k
stars
238
forks
source link
added seccomp rules for prlimit64 and openat calls #225
I had issues to get stenographer working in Ubuntu 18.04 (cf. #205). After a while of digging, I found out that they were SECCOMP related - I faced no issues when running stenographer with the "--seccomp=none" flag.
What fixed it for me in the end, was to add two new SECCOMP rules for prlimit64 and openat. This pull requests adds those two rules.
Hi,
I had issues to get stenographer working in Ubuntu 18.04 (cf. #205). After a while of digging, I found out that they were SECCOMP related - I faced no issues when running stenographer with the "--seccomp=none" flag. What fixed it for me in the end, was to add two new SECCOMP rules for prlimit64 and openat. This pull requests adds those two rules.