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

Merge "Allow fastbootd to read endpoint descriptor for fastboot usb device"

parents 186466e9 2e645853
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ recovery_only(` ...@@ -14,6 +14,7 @@ recovery_only(`
allow fastbootd functionfs:dir search; allow fastbootd functionfs:dir search;
allow fastbootd functionfs:file rw_file_perms; allow fastbootd functionfs:file rw_file_perms;
allowxperm fastbootd functionfs:file ioctl { FUNCTIONFS_ENDPOINT_DESC };
# Log to serial # Log to serial
allow fastbootd kmsg_device:chr_file { open write }; allow fastbootd kmsg_device:chr_file { open 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