system/corennnnn
修訂 | ba377b7816b8bc891e5ee9e33555a69c65e6cf68 (tree) |
---|---|
時間 | 2016-11-09 00:27:15 |
作者 | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Allow all to execute su
The Superuser app can control how su is used.
@@ -136,7 +136,7 @@ static const struct fs_path_config android_files[] = { | ||
136 | 136 | |
137 | 137 | /* the following two files are INTENTIONALLY set-uid, but they |
138 | 138 | * are NOT included on user builds. */ |
139 | - { 04750, AID_ROOT, AID_SHELL, 0, "system/xbin/su" }, | |
139 | + { 04751, AID_ROOT, AID_SHELL, 0, "system/xbin/su" }, | |
140 | 140 | { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" }, |
141 | 141 | { 04750, AID_ROOT, AID_RADIO, 0, "system/bin/pppd" }, |
142 | 142 |