summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-07-22 13:56:04 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-07-22 13:56:04 -0700
commitb3c42d8d3e610dd737f6e124ed097a4e10126c65 (patch)
tree01d22319feca97fa75881cf28349d4775e23a609
parent9a1b8b4bf9ecd2f7849a5f57ddcc194ce692b37f (diff)
parent174bc59156ab10ab25102a482152bc53e9f82bc3 (diff)
Merge "Merge commit '2a7f2c72279c597c544f4c7ff9d4d6d294538b66' into remote"
-rwxr-xr-xandroid_filesystem_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android_filesystem_config.h b/android_filesystem_config.h
index f2fbfa1..6d3046f 100755
--- a/android_filesystem_config.h
+++ b/android_filesystem_config.h
@@ -48,6 +48,9 @@ static const struct fs_path_config android_device_files[] = {
CAP_MASK_LONG(CAP_NET_ADMIN),
"system/vendor/bin/cnd" },
{ 00755, AID_SYSTEM, AID_RADIO, (1ULL << CAP_NET_BIND_SERVICE), "vendor/bin/ims_rtp_daemon" },
+ { 00755, AID_GPS, AID_GPS, (1ULL << CAP_NET_BIND_SERVICE), "system/vendor/bin/slim_daemon" },
+ { 00755, AID_GPS, AID_GPS, (1ULL << CAP_NET_BIND_SERVICE), "vendor/bin/slim_daemon" },
+
#ifdef NO_ANDROID_FILESYSTEM_CONFIG_DEVICE_DIRS
{ 00000, AID_ROOT, AID_ROOT, 0, "system/etc/fs_config_dirs" },
#endif