diff options
author | Ron Yorston <rmy@pobox.com> | 2023-05-27 08:35:59 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-05-27 08:35:59 +0100 |
commit | 603af9bb92af6bc429d880df71618e96820967c5 (patch) | |
tree | 7100a2f8d93e7d133329906c2f0658c9cf5be171 /docs | |
parent | 5adeafb91fe5d0fbfd2e4f773e64da9aa13d2f09 (diff) | |
download | busybox-w32-603af9bb92af6bc429d880df71618e96820967c5.tar.gz busybox-w32-603af9bb92af6bc429d880df71618e96820967c5.tar.bz2 busybox-w32-603af9bb92af6bc429d880df71618e96820967c5.zip |
win32: support "app exec link" reparse points
Reparse points with the tag IO_REPARSE_TAG_APPEXECLINK are present
in ~/AppData/Local/Microsoft/WindowsApps in Windows 10 and 11.
They are:
Used by Universal Windows Platform (UWP) packages to encode
information that allows the application to be launched by
CreateProcess.
Modify readlink(2) and lsattr(1) to treat them as symbolic links, in
much the same way as was done previously for junctions. They aren't
really symbolic links but they're similar.
Costs 128-160 bytes.
(GitHub issue #327)
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions