Merge "adb-remount-test.sh: Filter out administrative mount: securityfs" am: f5835fa714
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1553824 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I7cdec0ab18b305567b391d4d85800a99fa8d744a
This commit is contained in:
commit
f52825ee8d
1 changed files with 1 additions and 1 deletions
|
|
@ -740,7 +740,7 @@ skip_administrative_mounts() {
|
||||||
grep -v \
|
grep -v \
|
||||||
-e "^\(overlay\|tmpfs\|none\|sysfs\|proc\|selinuxfs\|debugfs\|bpf\) " \
|
-e "^\(overlay\|tmpfs\|none\|sysfs\|proc\|selinuxfs\|debugfs\|bpf\) " \
|
||||||
-e "^\(binfmt_misc\|cg2_bpf\|pstore\|tracefs\|adb\|mtp\|ptp\|devpts\) " \
|
-e "^\(binfmt_misc\|cg2_bpf\|pstore\|tracefs\|adb\|mtp\|ptp\|devpts\) " \
|
||||||
-e "^\(ramdumpfs\|binder\|/sys/kernel/debug\) " \
|
-e "^\(ramdumpfs\|binder\|/sys/kernel/debug\|securityfs\) " \
|
||||||
-e " functionfs " \
|
-e " functionfs " \
|
||||||
-e "^\(/data/media\|/dev/block/loop[0-9]*\) " \
|
-e "^\(/data/media\|/dev/block/loop[0-9]*\) " \
|
||||||
-e "^rootfs / rootfs rw," \
|
-e "^rootfs / rootfs rw," \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue