diff options
author | Vamana Murthi <vthuniki@codeaurora.org> | 2015-11-20 16:19:02 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2015-12-07 11:31:22 -0800 |
commit | ad97789aee2f0d66bf43a389d9aaaa2bd7f79682 (patch) | |
tree | 3413f4faa09ba47a23018cc7f1ccd665fead97f1 /msm8960 | |
parent | b88c2a9aab670da0129ad49dcc157770ddae9384 (diff) | |
download | android_device_qcom_sepolicy-ad97789aee2f0d66bf43a389d9aaaa2bd7f79682.tar.gz android_device_qcom_sepolicy-ad97789aee2f0d66bf43a389d9aaaa2bd7f79682.tar.bz2 android_device_qcom_sepolicy-ad97789aee2f0d66bf43a389d9aaaa2bd7f79682.zip |
gps: Add permissions for gps driver for open/read pps device
DR_SYNC pulse from GSS is routed to pps driver and gps driver
need to read the pps device to get kernel timestamp of DR_SYNC
signal.
Change-Id: If561054752f4476f0e8608d15b5c51c63345e76d
CRs-Fixed: 942070
Diffstat (limited to 'msm8960')
-rwxr-xr-x | msm8960/file_contexts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/msm8960/file_contexts b/msm8960/file_contexts index 877f6bbc..b0fa29b4 100755 --- a/msm8960/file_contexts +++ b/msm8960/file_contexts @@ -10,6 +10,7 @@ /dev/block/bootdevice/by-name/m9kefs3 u:object_r:efs_boot_dev:s0 /dev/block/bootdevice/by-name/m9kefsc u:object_r:efs_boot_dev:s0 /dev/gss u:object_r:gss_device:s0 +/dev/pps[0-9] u:object_r:gss_device:s0 /dev/block/platform/msm_sdcc.1/by-name/fsg u:object_r:modem_efs_partition_device:s0 /dev/block/platform/msm_sdcc.1/by-name/modemst1 u:object_r:modem_efs_partition_device:s0 /dev/block/platform/msm_sdcc.1/by-name/modemst2 u:object_r:modem_efs_partition_device:s0 |