diff options
author | Brandon <bsolis@codeaurora.org> | 2018-06-05 09:25:27 -0700 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:52:56 +0200 |
commit | 430ab7b7bf4cea9055cfccbd29bdb1b79b55e3bd (patch) | |
tree | 793019d38095e726c3f80000093a263c3a414a00 | |
parent | 6f5e304a4ade7d38d8dd78634fd3e439fa210310 (diff) |
wayne-common: New HAL for passing SIP call info headers to clients
Desc: Permission to access the QMI and HAL from RCS Daemon
Change-Id: I45d944376179d0f6f6704563ac3da631a3fa9c64
-rw-r--r-- | config.fs | 2 | ||||
-rw-r--r-- | configs/sec_config | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -95,7 +95,7 @@ caps: NET_BIND_SERVICE mode: 0755 user: AID_SYSTEM group: AID_RADIO -caps: WAKE_ALARM +caps: NET_BIND_SERVICE BLOCK_SUSPEND WAKE_ALARM [system/vendor/bin/imsrcsd] mode: 0755 diff --git a/configs/sec_config b/configs/sec_config index 7338454..f763cd0 100644 --- a/configs/sec_config +++ b/configs/sec_config @@ -270,6 +270,8 @@ 511:4294967295:1000:1006:1013:1021:1047 /* Allow RCS service to aquire net_raw permission */ 18:4294967295:1001:3004 +/* Allow RCS service to communicate to IMS QMI Priv Svc*/ +77:4294967295:1001:3003 /* Allow QMID service to aquire net_raw permission */ 3:4294967295:1001:1021:3004 2:4294967295:1000:1001:3004 |