freedomofpress / fingerprint-securedrop

A machine learning data analysis pipeline for analyzing website fingerprinting attacks and defenses.
GNU Affero General Public License v3.0
29 stars 9 forks source link

Set permissions and ownership on all directories recursively #98

Closed psivesely closed 7 years ago

conorsch commented 7 years ago

Don't mix recurse: true with mode:, since it will set directory-specific modes on all files (not just directories), making flat files inappropriately executable. Not sure I see the value here—did you encounter a situation when these perms needed to be manually updated somehow?