• 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/corennnnn


Commit MetaInfo

Révision6ed11ebecd3eaffd84d79706a4a3a74d39f19715 (tree)
l'heure2009-08-06 01:50:12
AuteurIliyan Malchev <malchev@goog...>
CommiterIliyan Malchev

Message de Log

init: /dev/diag, /dev/diag_arm9 now owned by AID_RADIO

Signed-off-by: Iliyan Malchev <malchev@google.com>

Change Summary

Modification

--- a/init/devices.c
+++ b/init/devices.c
@@ -99,8 +99,8 @@ static struct perms_ devperms[] = {
9999 { "/dev/msm_hw3dc", 0666, AID_ROOT, AID_ROOT, 0 },
100100
101101 /* these should not be world writable */
102- { "/dev/diag", 0660, AID_ROOT, AID_ROOT, 0 },
103- { "/dev/diag_arm9", 0660, AID_ROOT, AID_ROOT, 0 },
102+ { "/dev/diag", 0660, AID_RADIO, AID_RADIO, 0 },
103+ { "/dev/diag_arm9", 0660, AID_RADIO, AID_RADIO, 0 },
104104 { "/dev/android_adb", 0660, AID_ADB, AID_ADB, 0 },
105105 { "/dev/android_adb_enable", 0660, AID_ADB, AID_ADB, 0 },
106106 { "/dev/ttyMSM0", 0600, AID_BLUETOOTH, AID_BLUETOOTH, 0 },