Enable PacketRouter to use radio device
Bug: 279716766 Test: Patch verified by CP crash testing. VoWiFi can re-register successfully Change-Id: I86b307d5269232ee290431264ab2f28fd21a922f Signed-off-by: Seongsik Kim <sz.kim@samsung.com>
This commit is contained in:
parent
03c6806df9
commit
c1034c26c1
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ net_domain(pktrouter)
|
|||
domain_auto_trans(pktrouter, netutils_wrapper_exec, netutils_wrapper);
|
||||
|
||||
allow pktrouter pktrouter_device:chr_file rw_file_perms;
|
||||
allow pktrouter radio_device:chr_file r_file_perms;
|
||||
allow pktrouter self:netlink_route_socket nlmsg_write;
|
||||
allow pktrouter self:packet_socket { bind create read write getattr shutdown};
|
||||
allow pktrouter self:capability net_raw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue