• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

system/corennnnn


コミットメタ情報

リビジョン755ec73c19199e0e5861b3788aacebb77aa9f479 (tree)
日時2012-07-11 13:55:20
作者Dianne Hackborn <hackbod@goog...>
コミッターChih-Wei Huang

ログメッセージ

New user definitions for isolated sandboxes.

Change-Id: I302f89c102bc35dcd70168748e205b41fdbf6576

変更サマリ

差分

--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -79,7 +79,12 @@
7979 #define AID_MISC 9998 /* access to misc storage */
8080 #define AID_NOBODY 9999
8181
82-#define AID_APP 10000 /* first app user */
82+#define AID_APP 10000 /* first app user */
83+
84+#define AID_ISOLATED_START 99000 /* start of uids for fully isolated sandboxed processes */
85+#define AID_ISOLATED_END 99999 /* end of uids for fully isolated sandboxed processes */
86+
87+#define AID_USER 100000 /* offset for uid ranges for each user */
8388
8489 #if !defined(EXCLUDE_FS_CONFIG_STRUCTURES)
8590 struct android_id_info {