Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seccomp: add swapcontext into @process for ppc32
There are some modern programming languages use userspace context switches to implement coroutine features. PowerPC (32-bit) needs syscall "swapcontext" to get contexts or switch between contexts, which is special. Adding this rule should fix systemd#9485. (cherry picked from commit a9518dc)
- Loading branch information