I got selinux confined users working, as in being able to login as staff_u and do sudo from it.
I tried launching firejail firefox
, but that instantaneously crapped out.
- it is requiring me to run firejail from sudo (can run firejail without sudo without confined users). Ok, I run it as
sudo firejail
just to test, it proceeds, but then errors out: - Firejail cannot find DBus user socket. Ok, I feed it to the firejail, it still cannot find it.
So basically Firefox cannot be launched with firejail by default right now?
I also have a question…if I launch Firefox (without firejail), its context shows staff_u:staff_r:staff_t. But I thought the default behavior should be for the process to transition from staff_t to mozilla_exec_t? Please help.