Actions
User story #3115
closedTechnique "Download From A Shared Folder": Add possibility to set SUID and SGID to files copied
User story #3115:
Technique "Download From A Shared Folder": Add possibility to set SUID and SGID to files copied
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
Some users needs to define (or undefine) setuid and setgid on files they copy from a remote location.
The technique doesn't allow that for the moment, and it really should
- Change the "mode" field (array of checkbox) to have as well the setuid and setgid (resulting in 4 rows rather than 3), but I guess it might be a bit too much, as it is not that common and might cause unsuspecting user to wrongly set it (especially if they are not familiar with this behaviour)
- add three new fields in the technique : Define the ID upon execution : Yes/Don't Change ; Set user ID upon execution : true/false; Set group ID upon execution : true/false
Actions