Commit 032afc1d authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Close a security hole - do not give world readable/writable access to...

Merge "Close a security hole - do not give world readable/writable access to /data/drm" into ics-mr1
parents 07ad9f2a 09cdc0ea
......@@ -175,8 +175,9 @@ on post-fs-data
# create the lost+found directories, so as to enforce our permissions
mkdir /data/lost+found 0770 root root
# create directory for DRM plug-ins
mkdir /data/drm 0774 drm drm
# create directory for DRM plug-ins - give drm the read/write access to
# the following directory.
mkdir /data/drm 0770 drm drm
# If there is no fs-post-data action in the init.<device>.rc file, you
# must uncomment this line, otherwise encrypted filesystems
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment