system/core
Revision | 408b1393513486e8671186a0370e986118ad7e0b (tree) |
---|---|
Zeit | 2015-12-22 12:23:00 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Allow all to execute su
The Superuser app can control how su is used.
@@ -244,7 +244,7 @@ static const struct fs_path_config android_files[] = { | ||
244 | 244 | |
245 | 245 | /* the following five files are INTENTIONALLY set-uid, but they |
246 | 246 | * are NOT included on user builds. */ |
247 | - { 04750, AID_ROOT, AID_SHELL, 0, "system/xbin/su" }, | |
247 | + { 04751, AID_ROOT, AID_SHELL, 0, "system/xbin/su" }, | |
248 | 248 | { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/librank" }, |
249 | 249 | { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procrank" }, |
250 | 250 | { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" }, |