Merge "Fix SELinux warning when passing fuse FD from system server."
This commit is contained in:
commit
4c42a0dcc0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue