Merge "tzdatacheck: don't hard code SELinux domain name"
This commit is contained in:
commit
2ec8850167
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ on post-fs-data
|
||||||
restorecon_recursive /data
|
restorecon_recursive /data
|
||||||
|
|
||||||
# Check any timezone data in /data is newer than the copy in /system, delete if not.
|
# Check any timezone data in /data is newer than the copy in /system, delete if not.
|
||||||
exec u:r:tzdatacheck:s0 system system -- /system/bin/tzdatacheck /system/usr/share/zoneinfo /data/misc/zoneinfo
|
exec - system system -- /system/bin/tzdatacheck /system/usr/share/zoneinfo /data/misc/zoneinfo
|
||||||
|
|
||||||
# If there is no fs-post-data action in the init.<device>.rc file, you
|
# If there is no fs-post-data action in the init.<device>.rc file, you
|
||||||
# must uncomment this line, otherwise encrypted filesystems
|
# must uncomment this line, otherwise encrypted filesystems
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue