summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sepolicy/em_svr.te6
1 files changed, 3 insertions, 3 deletions
diff --git a/sepolicy/em_svr.te b/sepolicy/em_svr.te
index a5ec535..d0ca3ad 100644
--- a/sepolicy/em_svr.te
+++ b/sepolicy/em_svr.te
@@ -88,7 +88,7 @@ allow em_svr system_data_file:file open;
# Date: 2015/12/22
# Operation : M Migration
# Purpose : Battery Log can change temperature
-userdebug_or_eng('
-allow em_svr proc_battery_cmd:dir search;
-allow em_svr proc_battery_cmd:file { read getattr open write };
+userdebug_or_eng(`
+ allow em_svr proc_battery_cmd:dir search;
+ allow em_svr proc_battery_cmd:file { read getattr open write };
')