3
0
replicant-device_samsung_ga.../selinux/system_server.te
Caio Schnepper 53789b340c galaxys2-common: Marshmallow SELinux support
This was made from scratch, for a general cleanup of unused policies
and update to M guidelines

Change-Id: Id4acda2b384d28b5ca51b3ef0f6e93b648c8e79d
2016-01-31 12:21:13 -08:00

10 lines
454 B
Plaintext

allow system_server efs_file:dir search;
allow system_server efs_file:file { read open };
allow system_server efs_device_file:dir search;
allow system_server self:capability sys_module;
allow system_server system_file:file execmod;
allow system_server uhid_device:chr_file { read write ioctl open };
allow system_server recovery_cache_file:dir rmdir;
allow system_server dex2oat_exec:file { read open execute};
allow system_server radio_data:dir search;