Merge "Trigger a policy reload from post-fs-data."

This commit is contained in:
Colin Cross 2013-09-30 20:04:11 +00:00 committed by Gerrit Code Review
commit 61afb07b9b
1 changed files with 3 additions and 0 deletions

View File

@ -245,6 +245,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.