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

update SELinux userspace to 3.1 #1023

Merged
merged 2 commits into from
Aug 10, 2020

Commits on Aug 10, 2020

  1. macros: add -fno-semantic-interposition to cflags

    This is required for newer versions of the SELinux packages, and may
    improve the code quality of other shared libraries.
    
    It has the side effect of breaking LD_PRELOAD, but that is not a big
    drawback for the host's own libraries.
    
    Signed-off-by: Ben Cressey <bcressey@amazon.com>
    bcressey committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    237946d View commit details
    Browse the repository at this point in the history
  2. update SELinux userspace to 3.1 release

    Signed-off-by: Ben Cressey <bcressey@amazon.com>
    bcressey committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    4c81e23 View commit details
    Browse the repository at this point in the history