Skip to content
Snippets Groups Projects
Commit f9065c89 authored by Daichi Hirono's avatar Daichi Hirono Committed by android-build-merger
Browse files

Merge "Fix SELinux warning when passing fuse FD from system server."

am: 4c42a0dc

* commit '4c42a0dc':
  Fix SELinux warning when passing fuse FD from system server.
parents fa335306 4c42a0dc
No related branches found
No related tags found
No related merge requests found
...@@ -441,7 +441,7 @@ userdebug_or_eng(` ...@@ -441,7 +441,7 @@ userdebug_or_eng(`
# For AppFuse. # For AppFuse.
allow system_server vold:fd use; allow system_server vold:fd use;
allow system_server fuse_device:chr_file { read write ioctl }; allow system_server fuse_device:chr_file { read write ioctl getattr };
# Connect to adbd and use a socket transferred from it. # Connect to adbd and use a socket transferred from it.
# Used for e.g. jdwp. # Used for e.g. jdwp.
......
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