mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
b778ec0142
On Windows, this change includes the `FILE_FLAG_BACKUP_SEMANTICS` in all calls to `CreateFile`. Adding this flag allows is useful when rclone is running within a security context that has `SeBackupPrivilege` and/or `SeRestorePrivilege` token privileges enabled. Without this flag, rclone cannot properly leverage special security groups such as Backup Operators who possess the these privileges. See: https://forum.rclone.org/t/rclone-sebackupprivilege-file-flag-backup-semantics/45339 See: https://github.com/rclone/rclone/pull/7877. |
||
---|---|---|
.. | ||
driveletter_other.go | ||
driveletter_windows.go | ||
file_other.go | ||
file_test.go | ||
file_windows.go | ||
file.go | ||
mkdir_other.go | ||
mkdir_windows_test.go | ||
mkdir_windows.go | ||
preallocate_other.go | ||
preallocate_unix.go | ||
preallocate_windows.go | ||
preallocate.go | ||
unc_test.go | ||
unc_windows.go | ||
unc.go |