Skip to content
Snippets Groups Projects
Commit a69beee7 authored by William Luh's avatar William Luh Committed by Android Git Automerger
Browse files

am e855c3b4: Allow rild to create, bind, read, write to itself through a netlink socket.

* commit 'e855c3b4':
  Allow rild to create, bind, read, write to itself through a netlink socket.
parents 3047a10f e855c3b4
Branches
Tags
No related merge requests found
......@@ -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 };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment