summaryrefslogtreecommitdiff
path: root/sepolicy/touch_fw_update.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/touch_fw_update.te')
-rw-r--r--sepolicy/touch_fw_update.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/touch_fw_update.te b/sepolicy/touch_fw_update.te
index 2f62e04..5f5d775 100644
--- a/sepolicy/touch_fw_update.te
+++ b/sepolicy/touch_fw_update.te
@@ -1,7 +1,7 @@
# init runs /system/bin/touchfwup.sh
type touch_fw_update, domain, device_domain_deprecated;
type touch_fw_update_exec, exec_type, file_type;
-type touch_fw_update_log_file, file_type, data_file_type;
+type touch_fw_update_log_file, file_type, data_file_type, core_data_file_type;
init_daemon_domain(touch_fw_update)