Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(seccomp): replace deprecated
prctl
with syscall
According to https://www.man7.org/linux/man-pages/man2/PR_SET_SECCOMP.2const.html using `prctl` for setting seccomp filer is deprecated, so switch to using `syscall` instead. Signed-off-by: Egor Lazarchuk <[email protected]>
- Loading branch information