Skip to content
Snippets Groups Projects
Commit 2e645853 authored by Hridya Valsaraju's avatar Hridya Valsaraju
Browse files

Allow fastbootd to read endpoint descriptor for fastboot usb device

Test: fastboot flashall
Bug: 78793464
Change-Id: I8e1e982e3a9e356738944df5bfa1e802794a6a25
parent 25b4eb21
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ recovery_only(`
allow fastbootd functionfs:dir search;
allow fastbootd functionfs:file rw_file_perms;
allowxperm fastbootd functionfs:file ioctl { FUNCTIONFS_ENDPOINT_DESC };
# Log to serial
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