How does one grant access to directories with SELinux’s sandbox utility? [migrated]

I’m trying to run Tor Browser Bundle within an SELinux sandbox. I tried to do the following, after looking at man sandbox:

[redacted@localhost ~]$ sandbox -X -H sehome -T tmp -I /run/user/1000/dbus-1/* -t sandbox_web_t ~/Dow… Continue reading How does one grant access to directories with SELinux’s sandbox utility? [migrated]

What are the security risks of running a daemon as root even though SELinux is enforcing?

On an board running Linux I see a daemon and an utility run under root when started. The SELinux is enforcing for this system.

Are there any potential threats of running as root, even if the SELinux policies are quite well written and str… Continue reading What are the security risks of running a daemon as root even though SELinux is enforcing?