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.5.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.5.2
Choose a head ref
  • 11 commits
  • 7 files changed
  • 3 contributors

Commits on Apr 6, 2020

  1. Fix CheckLabelCompile not running as test

    The function did not have `Test` as prefix, so wouldn't
    be run when running tests.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    4a2bc95 View commit details
    Browse the repository at this point in the history
  2. Implement FormatMountLabel unconditionally

    Implementing FormatMountLabel on situations built without selinux
    should be possible; the `context` will be ignored if no SELinux is
    available.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    bc4479d View commit details
    Browse the repository at this point in the history
  3. Move to v1.5.1-dev

    Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
    rhatdan committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    3a275f3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #97 from rhatdan/version

    Bump to v1.5.1
    rhatdan authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    7587817 View commit details
    Browse the repository at this point in the history
  5. Fix Makefile to now build temp files when not temp

    Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
    rhatdan committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    b6247f1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #95 from thaJeztah/fix_CheckLabelCompile

    Fix CheckLabelCompile not running as test
    kolyshkin authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    7161bb0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #96 from rhatdan/Makefile

    Fix Makefile to now build temp files when not temp
    rhatdan authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    96d7d36 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #94 from thaJeztah/unconditional_FormatMountLabel

    Implement FormatMountLabel unconditionally
    rhatdan authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    621ca21 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Remote potential race condition, where mcs label is freed

    Theorectially if you do not change the MCS Label then we free it and two
    commands later reserve it.  If some other process was grabbing MCS Labels
    at the same time, the other process could get the same label.
    
    Now we only release the label, if we have changed the MCSlevel.
    
    Coverity was complaining about the selinux.GetEnabled() not being checked.
    
    Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
    rhatdan committed May 21, 2020
    Configuration menu
    Copy the full SHA
    6c21d6d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Merge pull request #98 from rhatdan/Makefile

    Remote potential race condition, where mcs label is freed
    rhatdan authored May 25, 2020
    Configuration menu
    Copy the full SHA
    d8b4de9 View commit details
    Browse the repository at this point in the history
  2. Bump to v1.5.2

    Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
    rhatdan committed May 25, 2020
    Configuration menu
    Copy the full SHA
    c688bba View commit details
    Browse the repository at this point in the history
Loading