am 230252d5: am 61afb07b: Merge "Trigger a policy reload from post-fs-data."

* commit '230252d5cd70f5be4c24046c7a409e9498ac97f5':
  Trigger a policy reload from post-fs-data.
This commit is contained in:
Colin Cross 2013-10-01 18:53:51 -07:00 committed by Android Git Automerger
commit 0d3ac55d06

View file

@ -255,6 +255,9 @@ on post-fs-data
# Separate location for storing security policy files on data
mkdir /data/security 0711 system system
# Reload policy from /data/security if present.
setprop selinux.reload_policy 1
# If there is no fs-post-data action in the init.<device>.rc file, you
# must uncomment this line, otherwise encrypted filesystems
# won't work.