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

Adds support for CentOS 7 #91

Merged
merged 3 commits into from
Jun 28, 2016
Merged

Adds support for CentOS 7 #91

merged 3 commits into from
Jun 28, 2016

Commits on Jun 26, 2016

  1. Adds CentOS 7.2 box to kitchen.yml

    Conor Schaefer committed Jun 26, 2016
    Configuration menu
    Copy the full SHA
    5216326 View commit details
    Browse the repository at this point in the history
  2. Supports minimizing access on symlinked system dirs

    Uses a two-pass approach that inspects all target directories, then only
    operates on the true "directories," skipping the symlinks, if any. Using
    the "recurse=true" parameter ensures that the suid/sgid modifications
    are applied to files as well as directories.
    Conor Schaefer committed Jun 26, 2016
    Configuration menu
    Copy the full SHA
    ef28e7d View commit details
    Browse the repository at this point in the history
  3. Removes sysctl_set parameter from RHEL sysctl task

    It appears that the sysctl_set parameter overrides ignorerrors. Since we
    fully expect `kernel.exec_shield` to be handled differently on CentOS
    7+, where it is is no longer configurable, let's preserve the
    functionality provided by ignorerrors.
    Conor Schaefer committed Jun 26, 2016
    Configuration menu
    Copy the full SHA
    12053b2 View commit details
    Browse the repository at this point in the history