• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/core


Commit MetaInfo

Révision032afc1d52289f486538c9ed53f17b9889ea94df (tree)
l'heure2012-01-12 09:16:07
AuteurJames Dong <jdong@goog...>
CommiterAndroid (Google) Code Review

Message de Log

Merge "Close a security hole - do not give world readable/writable access to /data/drm" into ics-mr1

Change Summary

Modification

--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -175,8 +175,9 @@ on post-fs-data
175175 # create the lost+found directories, so as to enforce our permissions
176176 mkdir /data/lost+found 0770 root root
177177
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
180181
181182 # If there is no fs-post-data action in the init.<device>.rc file, you
182183 # must uncomment this line, otherwise encrypted filesystems