sepolicy: fix a denial from wifi2agps

This commit is contained in:
Moyster 2019-07-18 19:33:21 +02:00
parent e1615a5de0
commit b99d5f6fc5
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ allow wifi2agps agpsd_data_file:sock_file write;
allow wifi2agps agpsd_data_file:dir search;
allow wifi2agps mtk_agpsd:unix_dgram_socket sendto;
allow wifi2agps self:netlink_socket create_socket_perms;
allow wifi2agps self:netlink_generic_socket create_socket_perms;