android_system_core/fs_mgr/include
Yi-Yo Chiang 3431d52675 first_stage_mount: mount point must be canonical path
Ban weird paths such as /../system or //vendor in first stage mount.
Add utility function fs_mgr_create_canonical_mount_point() that:

* mkdir(mount_point) to ensure mount_point's existence
* Test that realpath(mount_point) =?= mount_point

Bug: 188898525
Test: Presubmit
Test: Boot CF
Change-Id: Iaf2ec52701277f26cc81f3e15a47b6083a788334
2021-06-02 16:38:17 +08:00
..
fs_mgr
fs_mgr.h first_stage_mount: mount point must be canonical path 2021-06-02 16:38:17 +08:00
fs_mgr_dm_linear.h
fs_mgr_overlayfs.h Remove deprecated fs_mgr_overlayfs_required_devices() 2021-05-28 08:30:55 +00:00
fs_mgr_vendor_overlay.h