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

This commit is contained in:
Daichi Hirono 2016-02-04 03:34:01 +00:00 committed by Gerrit Code Review
commit 4c42a0dcc0

View file

@ -441,7 +441,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.