commit | 6bcc8af6e5a5bf9cc0987305cdfa24d4f6e4afa9 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Wed Mar 02 14:21:02 2016 -0800 |
committer | Alex Deymo <deymo@google.com> | Wed Mar 02 14:35:51 2016 -0800 |
tree | 948ab1b05cd5e245e49a211f2a71073236b15ed7 | |
parent | 5ffc038be6cffd9155fce4f2212ff351415ee7ba [diff] |
Restore labels on /postinstall during recovery. This patch mirrors what was done in the main init.rc to relabel /postinstall. Bug: 27178350 Bug: 27177071 Change-Id: I39cd03f3c55a42c03367957e8c259c9a3155203c
diff --git a/etc/init.rc b/etc/init.rc index dc18659..5915b8d 100644 --- a/etc/init.rc +++ b/etc/init.rc
@@ -1,6 +1,9 @@ import /init.recovery.${ro.hardware}.rc on early-init + # Set the security context of /postinstall if present. + restorecon /postinstall + start ueventd start healthd