-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security permissions not inherited when files are moved from Incomplete folder #12757
Comments
@FranciscoPombal does the OS: Windows label mean the issue is with Windows not with qB? |
@mschumacher69 no, it means it is potentially related to something Windows specific. Skimming through your post, I understood that it has to do with Windows permissions, so I thought it might have to do with a problem qBittorrent has with that. The actual root of the problem could be from qBittorrent's internal logic, Qt, ... someone still has to attempt to reproduce it figure it out. |
Thanks. I can help you troubleshoot if you want. What I noticed is that the "Include inheritable permissions from this object's parent" would be checked on the files after they're moved (as expected) but the files wouldn't inherit the permissions for some reason until I uncheck and recheck this setting. |
I don't use Windows as my daily driver, or much at all. But @xavier2k6 could probably lend a hand. |
@xavier2k6 did you manage to replicate this? |
@mschumacher69 @FranciscoPombal apologies - totally missed this. Unfortunately I don't have to time to fully look in to this currently. |
I just encountered a bug with similar outcomes - So it seems as though the issue is with the "move" logic of qbittorrent (that's my guess, at least). |
Any workaround for this? Facing the same issue that after move the file permissions of the location are not inherited... |
Please provide the following information
qBittorrent version and Operating System
qB v4.2.5 Windows 7 (6.1.760x)
If on linux, libtorrent-rasterbar and Qt version
(type here)
What is the problem
When "Keep incomplete torrents in" is selected under Settings > Downloads, files that get moved to their destination folder once completed are not inheriting the security permissions from the destination folder, they are maintaining the security permissions from the source (incomplete) folder.
What is the expected behavior
Files moved to their destination folder should inherit security permissions from the destination folder once moved after they're complete.
Steps to reproduce
Extra info(if any)
(type here)
The text was updated successfully, but these errors were encountered: