diff options
| author | Yuanyuan Liu <yuanliu@codeaurora.org> | 2016-08-04 16:44:12 +0000 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2016-12-03 02:36:39 -0500 |
| commit | 8693ee11872e653920eca9582162caeaae555d4b (patch) | |
| tree | 479961e126b150f87dbc2a6bf505fbf26a7f9ab1 | |
| parent | 22d66943a5821590c37e5c20907fdb12ef558ffb (diff) | |
sec_config: Add security rule for WLPS service
Add security rule for WLPS service, which allows WLPS client to
communicate without net_raw privileges.
Change-Id: I4f382c90838f8994f3df25ee40f7769a52376be5
CRs-Fixed: 1050486
| -rw-r--r-- | configs/sec_config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sec_config b/configs/sec_config index f27b1e9..c3347ea 100644 --- a/configs/sec_config +++ b/configs/sec_config @@ -316,5 +316,7 @@ 4097:4294967295:2002:2950:3009 /* <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> */ +57:4294967295:1000 /* Allow VSS GNSS service to be used by system and net_raw processes */ 704:4294967295:1000:3004 |
