diff options
author | Elliott Hughes <enh@google.com> | 2015-03-18 18:11:49 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-03-18 18:11:49 +0000 |
commit | 2e671e1c00734366e108a0ab013cdec0cf298787 (patch) | |
tree | 731a7c49a1a392c97868c95428f0e0977753b969 /include | |
parent | 07d457c06c146cd1a6750412ab40b555e820e110 (diff) | |
parent | c1e0bf0df36d1cd00104a0761d9fa251ebe4865c (diff) | |
download | system_core-2e671e1c00734366e108a0ab013cdec0cf298787.zip system_core-2e671e1c00734366e108a0ab013cdec0cf298787.tar.gz system_core-2e671e1c00734366e108a0ab013cdec0cf298787.tar.bz2 |
am c1e0bf0d: am 5aa097c8: Merge "Remove obsolete files from fs_config\'s list."
* commit 'c1e0bf0df36d1cd00104a0761d9fa251ebe4865c':
Remove obsolete files from fs_config's list.
Diffstat (limited to 'include')
-rw-r--r-- | include/private/android_filesystem_config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 101cacd..a3d11a7 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -230,21 +230,14 @@ static const struct fs_path_config android_dirs[] = { static const struct fs_path_config android_files[] = { { 00440, AID_ROOT, AID_SHELL, 0, "system/etc/init.goldfish.rc" }, { 00550, AID_ROOT, AID_SHELL, 0, "system/etc/init.goldfish.sh" }, - { 00440, AID_ROOT, AID_SHELL, 0, "system/etc/init.trout.rc" }, { 00550, AID_ROOT, AID_SHELL, 0, "system/etc/init.ril" }, { 00550, AID_DHCP, AID_SHELL, 0, "system/etc/dhcpcd/dhcpcd-run-hooks" }, - { 00444, AID_RADIO, AID_AUDIO, 0, "system/etc/AudioPara4.csv" }, { 00555, AID_ROOT, AID_ROOT, 0, "system/etc/ppp/*" }, { 00555, AID_ROOT, AID_ROOT, 0, "system/etc/rc.*" }, { 00644, AID_SYSTEM, AID_SYSTEM, 0, "data/app/*" }, { 00644, AID_MEDIA_RW, AID_MEDIA_RW, 0, "data/media/*" }, { 00644, AID_SYSTEM, AID_SYSTEM, 0, "data/app-private/*" }, { 00644, AID_APP, AID_APP, 0, "data/data/*" }, - { 00755, AID_ROOT, AID_ROOT, 0, "system/bin/ping" }, - - /* the following file is INTENTIONALLY set-gid and not set-uid. - * Do not change. */ - { 02750, AID_ROOT, AID_INET, 0, "system/bin/netcfg" }, /* the following five files are INTENTIONALLY set-uid, but they * are NOT included on user builds. */ |