From cc8a2bd63d0d1cd4e88df08b12c0c4d88b6b27de Mon Sep 17 00:00:00 2001 From: Sheldon Wang Date: Sat, 18 Jan 2020 10:18:47 +0800 Subject: [PATCH] [ALPS04709795] Porting WPFA [Solution] Porting WPFA. MTK-Commit-Id: 90e173572ac650f6f6d0a52651afbf83192df161 Change-Id: I2766c30845c8f2909fae11621b27ede93e102190 CR-Id: ALPS04709795 Feature: WiFi Calling Service (cherry picked from commit 7b3565df616baec658b9dfc74441532b6758e04b) --- non_plat/rild.te | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/non_plat/rild.te b/non_plat/rild.te index 49a9af0..1247403 100644 --- a/non_plat/rild.te +++ b/non_plat/rild.te @@ -150,3 +150,8 @@ set_prop(rild,powerctl_prop); # Date: 2019/06/14 # Operation : Migration allow rild proc_cmdline:file r_file_perms; + +# Date: 2019/07/18 +# Operation: AP wifi path +# Purpose: Allow packet can be filtered by RILD process +allow rild self:netlink_netfilter_socket { create_socket_perms_no_ioctl };