files copied over to root folder should be owned by root.
Use cases
Transfer files from home folder to root folder.
Desired behavior
The transferred files should match the permissions of the destination, as is the default behavior of sudo cp
. Currently, if you copy files to root using the admin:/// interface, you get files in the root folder that are owned by the user. They should be owned by root.
Benefits of the solution
Expected default behavior.
Possible drawbacks
None.