diff options
Diffstat (limited to 'sepolicy/system_server.te')
-rw-r--r-- | sepolicy/system_server.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te index 7bd7016..fcc0fce 100644 --- a/sepolicy/system_server.te +++ b/sepolicy/system_server.te @@ -4,3 +4,4 @@ allow system_server proc_touchpanel:file rw_file_perms; allow system_server sensors_persist_file:file r_file_perms; allow system_server sensors_persist_file:dir search; allow system_server proc_stat:file r_file_perms; +get_prop(system_server, diag_prop); |