system/corennnnn
Révision | 09cdc0ea12598651d1c074974c9b593fd1c0e4ba (tree) |
---|---|
l'heure | 2012-01-07 08:20:20 |
Auteur | James Dong <jdong@goog...> |
Commiter | James Dong |
Close a security hole - do not give world readable/writable access to /data/drm
o related-to-bug: 5834297
Change-Id: I8e459610b4f69999be37364c2359b2bac82d4a2a
@@ -175,8 +175,9 @@ on post-fs-data | ||
175 | 175 | # create the lost+found directories, so as to enforce our permissions |
176 | 176 | mkdir /data/lost+found 0770 root root |
177 | 177 | |
178 | - # create directory for DRM plug-ins | |
179 | - mkdir /data/drm 0774 drm drm | |
178 | + # create directory for DRM plug-ins - give drm the read/write access to | |
179 | + # the following directory. | |
180 | + mkdir /data/drm 0770 drm drm | |
180 | 181 | |
181 | 182 | # If there is no fs-post-data action in the init.<device>.rc file, you |
182 | 183 | # must uncomment this line, otherwise encrypted filesystems |