diff options
| author | Joey Rizzoli <joey@cyanogenmoditalia.it> | 2016-11-09 14:34:07 +0100 |
|---|---|---|
| committer | Joey Rizzoli <joey@cyanogenmoditalia.it> | 2016-11-09 14:51:41 +0100 |
| commit | f7c95f4611f679b4d47f6594f823021fe3d34074 (patch) | |
| tree | e75281e73342b8d08a4fd28de0af65592efe9c71 | |
| parent | 8a5fe7fec66a893eb1f0825ea2a251b604ff3282 (diff) | |
cancro: init: make sure /data/.layout_info has the right label
Change-Id: I76f769c420130ca9e31c880828af9dc3dd87d056
Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
| -rwxr-xr-x | rootdir/root/init.qcom.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/root/init.qcom.rc b/rootdir/root/init.qcom.rc index f83f3c5..8e2cdb1 100755 --- a/rootdir/root/init.qcom.rc +++ b/rootdir/root/init.qcom.rc @@ -241,6 +241,8 @@ on enable-low-power # msm specific files that need to be created on /data on post-fs-data + restorecon /data/.layout_version + # Create directory for TZ Apps mkdir /data/misc/qsee 0770 system system |
