Re: RFR: 8352480: Don't follow symlinks in additional content for app images [v4]

2025-05-08 Thread Alexey Semenyuk
On Fri, 9 May 2025 01:39:07 GMT, Alexander Matveev wrote: >> - Symbolic links will not be followed for `--app-content` on all platforms. >> - Added test to cover this case. >> - `MacHelper` updated to use "cp -R" instead of "cp -r" when unpacking DMG, >> since "cp -r" on macOS is not documented

Re: RFR: 8352480: Don't follow symlinks in additional content for app images [v4]

2025-05-08 Thread Alexander Matveev
> - Symbolic links will not be followed for `--app-content` on all platforms. > - Added test to cover this case. > - `MacHelper` updated to use "cp -R" instead of "cp -r" when unpacking DMG, > since "cp -r" on macOS is not documented option and when used `cp` will > follow symbolic links which br