system/core
Revision | 67c245e8f73050d26c1d71492003d74c8edd2934 (tree) |
---|---|
Time | 2019-12-17 13:15:46 |
Author | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Allow all to execute su
Let the Superuser app control how su is used.
@@ -197,7 +197,7 @@ static const struct fs_path_config android_files[] = { | ||
197 | 197 | // the following two files are INTENTIONALLY set-uid, but they |
198 | 198 | // are NOT included on user builds. |
199 | 199 | { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" }, |
200 | - { 04750, AID_ROOT, AID_SHELL, 0, "system/xbin/su" }, | |
200 | + { 04751, AID_ROOT, AID_SHELL, 0, "system/xbin/su" }, | |
201 | 201 | |
202 | 202 | // the following files have enhanced capabilities and ARE included |
203 | 203 | // in user builds. |