Talking Smack for Tizen security
Talking Smack for Tizen security
Posted Jun 6, 2013 19:48 UTC (Thu) by Method (guest, #26150)In reply to: Talking Smack for Tizen security by ware
Parent article: Talking Smack for Tizen security
The SELinux policy in SE Android is doing what the Tizen policy is doing, enforcing access to kernel objects. Why is it that the SMACK policy is an order of magnitude large *and* doesn't protect system resources (e.g., all system apps are running as _ and all app labels have rwxa to _). Further, a *fundamental* concept of SMACK is that root processes (technically processes with MAC_* related capabilities) have full access to modify SMACK, since /smack/onlycap isn't set that means all those system processes running as root have that access.
Contrast to SE Android where very few services run as root, and they are all constrained by policy to only be able to do what they need.
So, in conclusion, not only is your policy 25 times larger but it doesn't protect anything.