Automatically test that Tor runs with Seccomp enabled
Unless the user has chosen advanced Tor configuration in the Greeter,
thanks to #8174 (closed) Tor should run in seccomp “filter” mode. That is, the
Seccomp
entry in /proc/$(pidof tor)/status
should have the value
“2”. We should test that automatically, in order to identify
regressions in this area.
Reference: http://man7.org/linux/man-pages/man5/proc.5.html
Feature Branch: kytv:test/8889-tor-seccomp
Parent Task: #8541 (closed)
Related issues
-
Blocked by #8174 (closed)
Original created by @intrigeri on 8889 (Redmine)