diff --git a/rootdir/init.rc b/rootdir/init.rc index f95657e9c..33f3d8d5c 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -246,6 +246,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..rc file, you # must uncomment this line, otherwise encrypted filesystems # won't work.