diff options
author | Chris Lew <clew@codeaurora.org> | 2017-07-26 18:18:43 -0700 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-11-19 13:15:12 +0100 |
commit | 6b8c504f531edb867b188343f9eb8be9489bbc62 (patch) | |
tree | f510b452b58771ccf22d9f11e224955b8a01eb36 | |
parent | fade7e91411a74449de12674a636c0dcd368a83d (diff) |
msm8996-common: sec_config: Add 2901 to IPC Router config
The diag node is moving to oem_2901 group permissions
instead of diag permissions. Update IPC Router security
config to allow diag communication through sockets.
Change-Id: I46411aff66a5e9fd6478924bfa92d575030305ea
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r-- | configs/sec_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sec_config b/configs/sec_config index 8325429..770c905 100644 --- a/configs/sec_config +++ b/configs/sec_config @@ -315,7 +315,7 @@ /* Allow Data dpmd to access QMI DFS */ 48:4294967295:1000:3004 /* DIAG */ -4097:4294967295:2002:2950:3009 +4097:4294967295:2002:2950:3009:2901 /* <WLFW QMI Service ID - 0x45>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */ 69:4294967295:1000 /* <WLPS QMI Service ID - 0x39>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */ |