aogburn / yass

1 stars 1 forks source link

chmod produced case directory to ensure correct permissions #35

Open aogburn opened 1 month ago

aogburn commented 1 month ago

An uncompressed archive may preserve undesired permissions that something else like krashpad may later fail from (like 700 only on the uncompressed archive).

So a 'chmod 755 -R' on the produced end directory prior to other tools run would be a good preventative measure.

aogburn commented 1 month ago

03909719