fancyrabbit
fancyrabbit
in /var/log/messages there're lots of kernel: nginx[28164]: segfault at 0000000000000018 rip 0000000000410a8f rsp 00007fffce7ff7d0 error 4 messages. When I reload nginx, the pid 28164 belongs to the shutting down nginx...
ReferenceError: primordials is not defined it seems that vinyl-fs should be updated, for [email protected] no longer works on node v12.
Hi. we have a policy like ``` policy := &Policy{ DefaultAction: ActionAllow, Syscalls: []SyscallGroup{ { Names: []string{"openat", "execveat"}, Action: ActionTrace, }, }, } ``` which means for the concered syscalls,...