diff options
author | Mohammed Javid <mjavid@codeaurora.org> | 2018-06-27 10:33:34 +0530 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:53:06 +0200 |
commit | 132a8a550f80349e5c0d6365c7ebb7f803f7a538 (patch) | |
tree | 961f28d7585008f7a1ee83050d4565d19d4c5c7a | |
parent | 77f7e1e1918351373de5c413c8065ef5e1e24c87 (diff) |
wayne-common: rootdir: Added a permissions for ODL char devices
Added a permissions for ODL char devices
Change-Id: I1c74c060c9e9b958307a07a4dbe630d0f28b3a89
-rw-r--r-- | config.fs | 3 | ||||
-rw-r--r-- | rootdir/etc/ueventd.qcom.rc | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,9 @@ value:2951 [AID_VENDOR_RFS_SHARED] value:2952 +[AID_VENDOR_ADPL_ODL] +value:2905 + [vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti] mode: 0755 user: AID_BLUETOOTH diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 5dd0f5c..46d67b5 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -49,6 +49,8 @@ /dev/rmnet_ctrl 0660 usb usb /dev/dpl_ctrl 0660 usb usb /dev/spidev7.1 0660 system system +/dev/ipa_odl_ctl 0660 radio radio +/dev/ipa_adpl 0660 system oem_2905 #permissions for CSVT /dev/smd11 0660 radio radio |