Allow mounting and unmounting functionfs.
Pixel has /dev/usb-ffs/adb, /dev/usb-ffs/mtp, and /dev/usb-ffs/ptp in type functionfs. Bug: 311377497 Change-Id: Id9388a0d420c712962804f6441c86cfb3c4e9e62 Test: adb shell cmd jobscheduler run android 27873781
This commit is contained in:
parent
ba99b14c5c
commit
be2e719598
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@ allow dexopt_chroot_setup {
|
|||
device
|
||||
devpts
|
||||
fs_bpf
|
||||
functionfs
|
||||
fusectlfs
|
||||
linkerconfig_file
|
||||
metadata_file
|
||||
|
@ -76,6 +77,7 @@ allow dexopt_chroot_setup {
|
|||
debugfs_tracing_debug
|
||||
devpts
|
||||
fs_bpf
|
||||
functionfs
|
||||
fusectlfs
|
||||
labeledfs
|
||||
proc
|
||||
|
|
Loading…
Reference in a new issue