• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

system/corennnnn


Commit MetaInfo

修訂6b840e9b61a22ca9644fd9afa90e5a0f4d242b44 (tree)
時間2009-07-16 08:54:57
作者Android (Google) Code Review <android-gerrit@goog...>
CommiterAndroid (Google) Code Review

Log Message

Merge change 7456

* changes:

init: Change owner of /dev/uinput to system

Change Summary

差異

--- a/init/devices.c
+++ b/init/devices.c
@@ -100,7 +100,7 @@ static struct perms_ devperms[] = {
100100 { "/dev/android_adb_enable", 0660, AID_ADB, AID_ADB, 0 },
101101 { "/dev/ttyMSM0", 0600, AID_BLUETOOTH, AID_BLUETOOTH, 0 },
102102 { "/dev/ttyHS0", 0600, AID_BLUETOOTH, AID_BLUETOOTH, 0 },
103- { "/dev/uinput", 0600, AID_BLUETOOTH, AID_BLUETOOTH, 0 },
103+ { "/dev/uinput", 0660, AID_SYSTEM, AID_BLUETOOTH, 0 },
104104 { "/dev/alarm", 0664, AID_SYSTEM, AID_RADIO, 0 },
105105 { "/dev/tty0", 0660, AID_ROOT, AID_SYSTEM, 0 },
106106 { "/dev/graphics/", 0660, AID_ROOT, AID_GRAPHICS, 1 },