Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: make sure all extracted tarballs are r/w enabled #4301

Merged
merged 3 commits into from
Sep 4, 2017
Merged

Commits on Sep 4, 2017

  1. Fix: make sure all extracted tarballs are r/w enabled

    **Summary**
    
    Fixes: #992. This issue was supposed to be fixed by #2826 but it
    was not setting directory permissions wide enough. This patch uses
    the `readable` and `writable` options provided by the `tar-fs`
    package which essentially sets everything to `0o777`.
    
    **Test plan**
    
    N/A
    BYK committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    28715bc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into rw777

    BYK committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    5626812 View commit details
    Browse the repository at this point in the history
  3. fewer perms

    BYK committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    e4eb31f View commit details
    Browse the repository at this point in the history