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

Use libarchive instead of calling out to tar #327

Merged
merged 2 commits into from
Dec 1, 2017

Commits on Dec 1, 2017

  1. Use libarchive instead of calling out to tar

    Use libarchive in order to make use of its security features and avoid
    calling out to tar via a shell. The TAR_COMMAND is still used in
    staging.c to complete the copy when a hardlink fails.
    
    Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
    matthewrsj committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    75605fb View commit details
    Browse the repository at this point in the history
  2. Add travis configuration for libarchive

    Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
    matthewrsj committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    8c373d5 View commit details
    Browse the repository at this point in the history