Merge "Allow apexd to snapshot and restore DE data."
This commit is contained in:
commit
0460f65f78
1 changed files with 6 additions and 0 deletions
|
|
@ -738,6 +738,12 @@ on post-fs-data
|
||||||
|
|
||||||
init_user0
|
init_user0
|
||||||
|
|
||||||
|
# Allow apexd to snapshot and restore device encrypted apex data in the case
|
||||||
|
# of a rollback. This should be done immediately after DE_user data keys
|
||||||
|
# are loaded. APEXes should not access this data until this has been
|
||||||
|
# completed.
|
||||||
|
exec_start apexd-snapshotde
|
||||||
|
|
||||||
# Set SELinux security contexts on upgrade or policy update.
|
# Set SELinux security contexts on upgrade or policy update.
|
||||||
restorecon --recursive --skip-ce /data
|
restorecon --recursive --skip-ce /data
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue