diff options
author | Nick Kralevich <nnk@google.com> | 2014-06-11 20:24:20 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-06-11 20:24:20 +0000 |
commit | b14ab71f0e7b08dfe0b4e23e0d1e7d28b3727efb (patch) | |
tree | e4dfadec634217531f319590de98a8a32ea33390 /include/private/android_filesystem_config.h | |
parent | b5113d5d0727d3bc9bd12edc451138af8d400d9f (diff) | |
parent | 0487e50accf44f13acafad5fb5d76b4958d86550 (diff) | |
download | system_core-b14ab71f0e7b08dfe0b4e23e0d1e7d28b3727efb.zip system_core-b14ab71f0e7b08dfe0b4e23e0d1e7d28b3727efb.tar.gz system_core-b14ab71f0e7b08dfe0b4e23e0d1e7d28b3727efb.tar.bz2 |
am 0487e50a: am 24fc60c7: am 304d31f0: Merge "Make su 04750"
* commit '0487e50accf44f13acafad5fb5d76b4958d86550':
Make su 04750
Diffstat (limited to 'include/private/android_filesystem_config.h')
-rw-r--r-- | include/private/android_filesystem_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index db44f4b..eea9e2b 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -244,7 +244,7 @@ static const struct fs_path_config android_files[] = { /* the following five files are INTENTIONALLY set-uid, but they * are NOT included on user builds. */ - { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/su" }, + { 04750, AID_ROOT, AID_SHELL, 0, "system/xbin/su" }, { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/librank" }, { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procrank" }, { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" }, |