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.8.0
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.8.1
Choose a head ref
  • 18 commits
  • 12 files changed
  • 6 contributors

Commits on Dec 15, 2020

  1. Move to v1.8.1-dev

    Signed-off-by: Daniel J Walsh <[email protected]>
    rhatdan committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    c0ea277 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #133 from rhatdan/version

    Bump to v1.8.0
    rhatdan authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    403be7a View commit details
    Browse the repository at this point in the history
  3. doc.go: remove outdated description about the build tag

    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    9dbde78 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #134 from AkihiroSuda/fix-doc

    doc.go: remove outdated description about the build tag
    rhatdan authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    b15d329 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. support mips64le architecture.

    Signed-off-by: houfangdong <[email protected]>
    XiaoFlins committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    e184aa3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Merge pull request #136 from houfangdong/master

    support mips64le architecture.
    rhatdan authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b458975 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Makefile: rm golangci-lint install, GOPATH check

    1. GOPATH is optional since about go 1.13. Remove the check.
    
    2. Do not install golangci-lint, assuming it is already installed.
       (this is true on CI and, I assume, most of developers' boxes).
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    2740926 View commit details
    Browse the repository at this point in the history
  2. ci: switch from travis to github actions

    As travis-ci.org is being shot, we need a new CI.
    
    This is a more or less one to one replacement of
    Travis functionality, except there are no ppc64 machines
    available (cross-compilation is still tested).
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    9612a36 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #137 from kolyshkin/gha

    ci: switch from travis to github actions
    Mrunal Patel authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    10a2717 View commit details
    Browse the repository at this point in the history
  4. .pullapprove.yml: remove

    We have switch to native github approval mechanism
    (#138),
    so remove this.
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    6f4d53f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #140 from kolyshkin/bye-pullapprove

    .pullapprove.yml: remove
    thaJeztah authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    8df241c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. ci/gha: switch to go 1.16 final

    rc1 is removed as non-rc 1.16 is released
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    e1f380a View commit details
    Browse the repository at this point in the history
  2. label_test: use t.Skip

    When selinux is not supported, instead of silently retrurning from the
    test, use t.Skip() so that a user will know the test was skipped (and
    why) not passed as they would assume.
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    e30672b View commit details
    Browse the repository at this point in the history
  3. label_test: nits on errors

    Simplify and improve error logging.
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    5ddcb86 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #141 from kolyshkin/fix-ci

    ci: switch to go 1.16 final
    rhatdan authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    8deba79 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Reserver one Category for the privileged containers to use

    Currently each privileged container is reserving a different category
    to make sure that other containers can not see their content. This
    wastes container categories.  This PR will reserve one category for
    all privileged containers (s0:c1023,c1024), and free all of the
    other categories for confined containers.
    
    Signed-off-by: Daniel J Walsh <[email protected]>
    rhatdan committed May 7, 2021
    Configuration menu
    Copy the full SHA
    45683dc View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Merge pull request #143 from rhatdan/version

    Reserve one Category for the privileged containers to use
    thaJeztah authored May 10, 2021
    Configuration menu
    Copy the full SHA
    2b894f8 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Bump to v1.8.1

    Signed-off-by: Daniel J Walsh <[email protected]>
    rhatdan committed May 11, 2021
    Configuration menu
    Copy the full SHA
    0ca4508 View commit details
    Browse the repository at this point in the history
Loading