Skip to content
Snippets Groups Projects
Commit fd5b7428 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

am: f9065c89

* commit 'f9065c89':
  Fix SELinux warning when passing fuse FD from system server.
parents c8b21438 f9065c89
No related branches found
No related tags found
No related merge requests found
......@@ -457,7 +457,7 @@ userdebug_or_eng(`
# For AppFuse.
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.
# Used for e.g. jdwp.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment