Skip to content
Snippets Groups Projects
Commit d1ec82d9 authored by Daniel Mentz's avatar Daniel Mentz Committed by android-build-merger
Browse files

Allow hal_usb to call getsockopt on uevent socket am: bbdb25f6 am: a30de38e

am: 34e3a810

Change-Id: I322b948c48bb8697d361ba5eba3c740b22cb072f
parents 665d13f0 34e3a810
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ hal_attribute_hwservice(hal_usb, hal_usb_hwservice) ...@@ -6,6 +6,7 @@ hal_attribute_hwservice(hal_usb, hal_usb_hwservice)
allow hal_usb self:netlink_kobject_uevent_socket create; allow hal_usb self:netlink_kobject_uevent_socket create;
allow hal_usb self:netlink_kobject_uevent_socket setopt; allow hal_usb self:netlink_kobject_uevent_socket setopt;
allow hal_usb self:netlink_kobject_uevent_socket getopt;
allow hal_usb self:netlink_kobject_uevent_socket bind; allow hal_usb self:netlink_kobject_uevent_socket bind;
allow hal_usb self:netlink_kobject_uevent_socket read; allow hal_usb self:netlink_kobject_uevent_socket read;
allow hal_usb sysfs:dir open; allow hal_usb sysfs:dir open;
......
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