• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

system/core


Commit MetaInfo

Revision598d6baa47ee033fb70543606e375edbdb0afceb (tree)
Zeit2010-02-27 16:12:49
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Fix permission of /dev/video0

Ändern Zusammenfassung

Diff

--- a/init/devices.c
+++ b/init/devices.c
@@ -135,6 +135,7 @@ static struct perms_ devperms[] = {
135135 { "/dev/qmi2", 0640, AID_RADIO, AID_RADIO, 0 },
136136 { "/dev/ppp", 0660, AID_RADIO, AID_VPN, 0 },
137137 { "/dev/tun", 0640, AID_VPN, AID_VPN, 0 },
138+ { "/dev/video0", 0660, AID_ROOT, AID_CAMERA, 1 },
138139 { NULL, 0, 0, 0, 0 },
139140 };
140141