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:
Seongsik Kim 2023-05-12 20:18:34 +09:00 committed by EdenSu
parent 03c6806df9
commit c1034c26c1

View file

@ -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;