Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opencontainers/selinux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: opencontainers/selinux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 4, 2019

  1. Older kernels do not support keyring labeling

    Ignore setting the kernel keyring label if the
    /proc/self/attr/keycreate file does not exists.
    
    runc attempts to set this file on older kernels and is blowing up.
    
    If a system has a /proc/self/attr/keyring and the caller attempts to set
    the label to "" and SELinux is disabled, ignore the error.
    
    Signed-off-by: Daniel J Walsh <[email protected]>
    rhatdan committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    3a1f366 View commit details
    Browse the repository at this point in the history
Loading