mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Timekeep is now in /vendor
This commit is contained in:
parent
8f9aac337d
commit
ee0365443e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue