diff options
Diffstat (limited to 'sepolicy/system_server.te')
-rw-r--r-- | sepolicy/system_server.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te index f18517d..4b700e5 100644 --- a/sepolicy/system_server.te +++ b/sepolicy/system_server.te @@ -4,4 +4,7 @@ allow system_server sensors_data_file:file { read open }; allow system_server uhid_device:chr_file { read write ioctl open }; allow system_server ump_device:chr_file { read write ioctl open }; allow system_server gpsd:binder transfer; +allow system_server dex2oat_exec:file { execute execute_no_trans read open }; +allow system_server system_file:file { execmod }; +allow system_server self:capability sys_module; |