Skip to content
Snippets Groups Projects
Commit e7ceb68a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Grant create_file_perms to hal_usb_gadget_server"

parents 35f66543 76ced5d6
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ allow hal_usb_gadget_client hal_usb_gadget_hwservice:hwservice_manager find; ...@@ -8,7 +8,7 @@ allow hal_usb_gadget_client hal_usb_gadget_hwservice:hwservice_manager find;
# Configuring usb gadget functions # Configuring usb gadget functions
allow hal_usb_gadget_server configfs:lnk_file { read create unlink}; allow hal_usb_gadget_server configfs:lnk_file { read create unlink};
allow hal_usb_gadget_server configfs:dir rw_dir_perms; allow hal_usb_gadget_server configfs:dir rw_dir_perms;
allow hal_usb_gadget_server configfs:file rw_file_perms; allow hal_usb_gadget_server configfs:file create_file_perms;
allow hal_usb_gadget_server functionfs:dir { read search }; allow hal_usb_gadget_server functionfs:dir { read search };
allow hal_usb_gadget_server functionfs:file read; allow hal_usb_gadget_server functionfs:file read;
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