From 791c1aac8190fdb778f0deebecf084f08d130539 Mon Sep 17 00:00:00 2001 From: Yuanyuan Liu Date: Thu, 4 Aug 2016 09:44:12 -0700 Subject: [PATCH] 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 --- sec_config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sec_config b/sec_config index 2d52c994..479903da 100644 --- a/sec_config +++ b/sec_config @@ -314,4 +314,6 @@ /* DIAG */ 4097:4294967295:2002:2950:3009 /* :: */ -69:4294967295:1000 \ No newline at end of file +69:4294967295:1000 +/* :: */ +57:4294967295:1000 \ No newline at end of file