msm8976-common: Timekeep is now in /vendor

This commit is contained in:
LuK1337 2018-01-09 23:31:38 +01:00
parent 8f9aac337d
commit ee0365443e
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
/sys/devices/virtual/sec/sec_key(/.*)? u:object_r:sysfs_sec_key:s0
# TimeKeep
/system/bin/timekeep u:object_r:timekeep_exec:s0
/(vendor|system/vendor)/bin/timekeep u:object_r:timekeep_exec:s0
# Uncrypt
/dev/block/platform/soc\.0/7824900\.sdhci/by-name/fota u:object_r:misc_block_device:s0

View File

@ -1,5 +1,5 @@
type timekeep, domain;
type timekeep_exec, exec_type, file_type;
type timekeep_exec, exec_type, vendor_file_type, file_type;
# Started by init
init_daemon_domain(timekeep)