Changes between Initial Version and Version 2 of Ticket #2881
- Timestamp:
- 2017-09-19T19:39:57Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2881
- Property Keywords security added
-
Ticket #2881 – Description
initial v2 21 21 }}} 22 22 23 This is should not be standard behavior for a number of reasons, among them the broader design principle that an application should never alter a user's pre-existing data (including filesystem metadata) without at least ''some'' form of input or indication that it is doing so, as well as, more seriously, the myriad of security-related concerns that stem from this behavior (particularly on Windows where the current working directory is always prepended to PATH).23 This is should not be standard behavior for a number of reasons, among them the broader design principle that an application should never alter a user's pre-existing data (including filesystem metadata) without at least ''some'' form of input or indication that it is doing so, as well as, more seriously, the myriad of security-related concerns that stem from this behavior. 24 24 25 25 Instead, all files placed into a magic-folder should retain their original permissions until changed by a user -- or, at least, at minimum, they should not "magically" become executable. :)