[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)
This commit is contained in:
Sheldon Wang 2020-01-18 10:18:47 +08:00 committed by Sheldon Wang (王思諭)
parent 1e3c2c02a8
commit cc8a2bd63d

View File

@ -150,3 +150,8 @@ set_prop(rild,powerctl_prop);
# Date: 2019/06/14 # Date: 2019/06/14
# Operation : Migration # Operation : Migration
allow rild proc_cmdline:file r_file_perms; 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 };