Skip to content
Snippets Groups Projects
Commit e855c3b4 authored by William Luh's avatar William Luh
Browse files

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

Change-Id: Ia7457e3fd4f1100bbee821f412e80ba17fede5ec
parent aca2f5eb
No related branches found
No related tags found
No related merge requests found
...@@ -38,3 +38,6 @@ allow rild radio_prop:property_service set; ...@@ -38,3 +38,6 @@ allow rild radio_prop:property_service set;
allow rild gps_device:chr_file rw_file_perms; allow rild gps_device:chr_file rw_file_perms;
allow rild tty_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.
Finish editing this message first!
Please register or to comment