summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-01-08 17:34:52 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-01-08 17:34:52 +0000
commit8830b53b76c05416c021df3eb0cea1dd541bc3ac (patch)
treeb30f14f8d590a623184249ef8e3baa820fffa33e
parentbc836220f3ae6afd5d6409e0c9dfaaafc1ce4afa (diff)
parent2dcbb81d89c86144b38c0f0b56ea7420c74a7f5a (diff)
downloadsystem_core-8830b53b76c05416c021df3eb0cea1dd541bc3ac.zip
system_core-8830b53b76c05416c021df3eb0cea1dd541bc3ac.tar.gz
system_core-8830b53b76c05416c021df3eb0cea1dd541bc3ac.tar.bz2
Merge "Label existing /data/mediadrm files."
-rw-r--r--rootdir/init.rc1
1 files changed, 1 insertions, 0 deletions
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