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

Rule updates vdec #307

Merged
merged 3 commits into from
Dec 12, 2017
Merged

Rule updates vdec #307

merged 3 commits into from
Dec 12, 2017

Commits on Dec 1, 2017

  1. Let kubelet running loopback spawn shells

    Seen by @JPLachance, thanks for the heads up!
    mstemm committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    18f36c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Let docker's "exe" broadly write to files.

    As a part of some docker commands like "docker save", etc, the program
    exe can write from files on the host filesystem /var/lib/docker/... to a
    variety of files within the container.
    
    Allow this via a macro exe_running_docker_save that checks the
    commandline as well as the parent and use it as an exclusion for the
    write below binary dir/root/etc rules.
    mstemm committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    ea03275 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Let chef perform more tasks

    - Let chef-client generally read sensitive files and write below /etc.
    - Let python running a chef script yum-dump.py write the rpm database.
    mstemm committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    862802f View commit details
    Browse the repository at this point in the history