Allow rild to create, bind, read, write to itself through a netlink socket.
Change-Id: Ia7457e3fd4f1100bbee821f412e80ba17fede5ec
This commit is contained in:
parent
aca2f5ebd2
commit
e855c3b490
1 changed files with 3 additions and 0 deletions
3
rild.te
3
rild.te
|
@ -38,3 +38,6 @@ allow rild radio_prop:property_service set;
|
|||
allow rild gps_device:chr_file rw_file_perms;
|
||||
|
||||
allow rild tty_device:chr_file rw_file_perms;
|
||||
|
||||
# Allow rild to create, bind, read, write to itself through a netlink socket
|
||||
allow rild self:netlink_socket { create bind read write };
|
||||
|
|
Loading…
Reference in a new issue