Files
containerd/oci
Gavin Inglis 81bbd9daca add option to resolve symlinks to linux device
This change modifies WithLinuxDevice to take an option `followSymlink`
and be unexported as `withLinuxDevice`. An option
`WithLinuxDeviceFollowSymlinks` will call this unexported option to
follow a symlink, which will resolve a symlink before calling
`DeviceFromPath`. `WithLinuxDevice` has been changed to call
`withLinuxDevice` without following symlinks.

Signed-off-by: Gavin Inglis <giinglis@amazon.com>
2022-11-03 20:23:25 +00:00
..
2018-02-19 10:32:26 +09:00
2021-08-22 09:31:50 +09:00
2021-08-22 09:31:50 +09:00
2022-10-12 14:41:01 +02:00