Merge "Close a security hole - do not give world readable/writable access to /data/drm" into ics-mr1
This commit is contained in:
commit
032afc1d52
1 changed files with 3 additions and 2 deletions
|
|
@ -175,8 +175,9 @@ on post-fs-data
|
||||||
# create the lost+found directories, so as to enforce our permissions
|
# create the lost+found directories, so as to enforce our permissions
|
||||||
mkdir /data/lost+found 0770 root root
|
mkdir /data/lost+found 0770 root root
|
||||||
|
|
||||||
# create directory for DRM plug-ins
|
# create directory for DRM plug-ins - give drm the read/write access to
|
||||||
mkdir /data/drm 0774 drm drm
|
# the following directory.
|
||||||
|
mkdir /data/drm 0770 drm drm
|
||||||
|
|
||||||
# If there is no fs-post-data action in the init.<device>.rc file, you
|
# If there is no fs-post-data action in the init.<device>.rc file, you
|
||||||
# must uncomment this line, otherwise encrypted filesystems
|
# must uncomment this line, otherwise encrypted filesystems
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue