From 2dcbb81d89c86144b38c0f0b56ea7420c74a7f5a Mon Sep 17 00:00:00 2001 From: rpcraig Date: Tue, 7 Jan 2014 22:24:22 -0500 Subject: Label existing /data/mediadrm files. Use restorecon_recursive to label devices where the directory and subfiles have already been built and labeled. Change-Id: I0dfe1e542fb153ad20adf7b2b1f1c087b4956a12 Signed-off-by: rpcraig --- rootdir/init.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index 1129206..95ca6af 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -257,6 +257,7 @@ on post-fs-data # create directory for MediaDrm plug-ins - give drm the read/write access to # the following directory. mkdir /data/mediadrm 0770 mediadrm mediadrm + restorecon_recursive /data/mediadrm # symlink to bugreport storage location symlink /data/data/com.android.shell/files/bugreports /data/bugreports -- cgit v1.1