summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-11-30 18:45:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-11-30 18:45:14 +0000
commite08e4656db4454fb44cf3ee95d0eda75230086f1 (patch)
tree187e21dc85df21248a34c51ba3aa5815b4acab76
parent0380d49024a408c726d3336551840381a6fbff45 (diff)
parentcbbc66174c045179e8187cd7a3f591935851c964 (diff)
downloadcore-e08e4656db4454fb44cf3ee95d0eda75230086f1.tar.gz
core-e08e4656db4454fb44cf3ee95d0eda75230086f1.tar.bz2
core-e08e4656db4454fb44cf3ee95d0eda75230086f1.zip
Merge "fs_config.c: Remove obsolete reference to /system/bin/pppd-ril"
-rw-r--r--libcutils/fs_config.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcutils/fs_config.c b/libcutils/fs_config.c
index d4994db96..6d50adca1 100644
--- a/libcutils/fs_config.c
+++ b/libcutils/fs_config.c
@@ -132,11 +132,10 @@ static const struct fs_path_config android_files[] = {
{ 00750, AID_ROOT, AID_SHELL, 0, "data/nativetest/*" },
{ 00750, AID_ROOT, AID_SHELL, 0, "data/nativetest64/*" },
- /* the following three files are INTENTIONALLY set-uid, but they
+ /* the following two files are INTENTIONALLY set-uid, but they
* are NOT included on user builds. */
{ 04750, AID_ROOT, AID_SHELL, 0, "system/xbin/su" },
{ 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" },
- { 04770, AID_ROOT, AID_RADIO, 0, "system/bin/pppd-ril" },
/* the following files have enhanced capabilities and ARE included in user builds. */
{ 00750, AID_ROOT, AID_SHELL, CAP_MASK_LONG(CAP_SETUID) | CAP_MASK_LONG(CAP_SETGID), "system/bin/run-as" },