On 2023/06/09 16:32, Amir Goldstein wrote: > The audit and tomoyo use of file_fake_path() is not tested > (CC maintainers), but they both look like user displayed paths, > so I assumed they's want to preserve the existing behavior > (i.e. displaying the fake overlayfs path). Since I'm not using overlayfs, I don't know the difference between real path and fake path. Would you explain using command line example? mkdir what_path1 mkdir what_path2 mkdir what_path3 mount -t overlayfs ...what_paths_come_here?... what the pathname returned by wrapping with file_fake_path() is, and what the pathname returned by not wrapping with file_fake_path() is?