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

Avoid python libselinux bindings being hidden by tox #1823

Merged
merged 2 commits into from
Mar 14, 2019
Merged

Commits on Mar 14, 2019

  1. Assure python libselinux python bindings are installed

    Avoid akward error during templating of Dockerfile which happens
    on selinux enabled machines when ansible template module fails
    due to missing selinux bindings.
    
    By using sitepackages=true in tox.ini we likely inherit the libselinux
    bindings from the system when we create the virtualenvs.
    
    Workaround for ansible/ansible#34340 which
    happens even if selinux is set to permissive.
    
    Documents selinux issues in install documentation in order to inform
    users about what they could encounter.
    
    Fixes: #1724
    Signed-off-by: Sorin Sbarnea <[email protected]>
    ssbarnea committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    33c393d View commit details
    Browse the repository at this point in the history
  2. Use extlink ref in docs

    webknjaz authored Mar 14, 2019
    Configuration menu
    Copy the full SHA
    76cb51c View commit details
    Browse the repository at this point in the history