Did you run the restorecon command?
It looks like chrome is allowed to read files labeled home_cert_t
but might be blocked form other types.
You could also turn off the chrome security using a boolean
setsebool -P unconfined_chrome_sandbox_transition 1
Which would do the equivalent of what you did in relabelling the
executable to bin_t.
On 10/27/2014 04:07 AM, Gian Luca
Ortelli wrote:
Hi,
my original fix was more coarse grained than this: I set
the type of the chrome-sandbox to the generic SELinux
executable (was it bin_t?).
Anyway, I tried your suggestion (a chrome update broke my
fix several days ago, and I was back to 'setenforce 0' mode)
and it also solves the problem.
Any ideas on why I don't get an explicit error message?
Something like 'selinux is preventing chrome-sandbox from
accessing .pki'? Or is the problem too indirect for selinux to
figure out what's going wrong exactly?
--
selinux mailing list
selinux@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/selinux
|
--
selinux mailing list
selinux@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/selinux