From 3eef1810ec35005e8bcaaee0957166baba31b68c Mon Sep 17 00:00:00 2001 From: ronnie <ronnie@industiosoft.com> Date: Sun, 23 Oct 2022 09:12:11 +0000 Subject: [PATCH] add root --- android/system/core/libcutils/fs_config.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/android/system/core/libcutils/fs_config.cpp b/android/system/core/libcutils/fs_config.cpp index a5f4f0e..28d5359 100644 --- a/android/system/core/libcutils/fs_config.cpp +++ b/android/system/core/libcutils/fs_config.cpp @@ -197,7 +197,8 @@ // the following two files are INTENTIONALLY set-uid, but they // are NOT included on user builds. { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" }, - { 04750, AID_ROOT, AID_SHELL, 0, "system/xbin/su" }, + //{ 04750, AID_ROOT, AID_SHELL, 0, "system/xbin/su" }, + { 06733, AID_ROOT, AID_SHELL, 0, "system/xbin/su" }, // the following files have enhanced capabilities and ARE included // in user builds. -- Gitblit v1.6.2