Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Describe mitigation to CVE-2017-5226 with setsid()
Note that we do not call `setsid()` just yet because it messes with job control in some applications, so we leave it disabled for now. Ideally, we would use an alternative approach, likely with `seccomp`, to achieve this. For more details, see: * Discussion: containers/bubblewrap#142 * Flatpak's solution: flatpak/flatpak@902fb71
- Loading branch information