mirror of
https://github.com/rclone/rclone.git
synced 2024-12-19 01:03:42 +08:00
1e2b354456
Before this change, if writing to a local backend with --metadata and --links, if the incoming metadata contained mode or ownership information then rclone would apply the mode/ownership to the destination of the link not the link itself. This fixes the problem by using the link safe sycall variants lchown/fchmodat when --links and --metadata is in use. Note that Linux does not support setting permissions on symlinks, so rclone emits a debug message in this case. This also fixes setting times on symlinks on Windows which wasn't implemented for atime, mtime and was incorrectly setting the target of the symlink for btime. See: https://github.com/rclone/rclone/security/advisories/GHSA-hrxh-9w67-g4cv |
||
---|---|---|
.. | ||
alias | ||
all | ||
azureblob | ||
azurefiles | ||
b2 | ||
box | ||
cache | ||
chunker | ||
combine | ||
compress | ||
crypt | ||
drive | ||
dropbox | ||
fichier | ||
filefabric | ||
filescom | ||
ftp | ||
gofile | ||
googlecloudstorage | ||
googlephotos | ||
hasher | ||
hdfs | ||
hidrive | ||
http | ||
iclouddrive | ||
imagekit | ||
internetarchive | ||
jottacloud | ||
koofr | ||
linkbox | ||
local | ||
mailru | ||
mega | ||
memory | ||
netstorage | ||
onedrive | ||
opendrive | ||
oracleobjectstorage | ||
pcloud | ||
pikpak | ||
pixeldrain | ||
premiumizeme | ||
protondrive | ||
putio | ||
qingstor | ||
quatrix | ||
s3 | ||
seafile | ||
sftp | ||
sharefile | ||
sia | ||
smb | ||
storj | ||
sugarsync | ||
swift | ||
ulozto | ||
union | ||
uptobox | ||
webdav | ||
yandex | ||
zoho |