-
Notifications
You must be signed in to change notification settings - Fork 75
Comparing changes
Open a pull request
base repository: opencontainers/selinux
base: v1.5.1
head repository: opencontainers/selinux
compare: v1.5.2
- 11 commits
- 7 files changed
- 3 contributors
Commits on Apr 6, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4a2bc95 - Browse repository at this point
Copy the full SHA 4a2bc95View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bc4479d - Browse repository at this point
Copy the full SHA bc4479dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a275f3 - Browse repository at this point
Copy the full SHA 3a275f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7587817 - Browse repository at this point
Copy the full SHA 7587817View commit details -
Fix Makefile to now build temp files when not temp
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b6247f1 - Browse repository at this point
Copy the full SHA b6247f1View commit details -
Merge pull request #95 from thaJeztah/fix_CheckLabelCompile
Fix CheckLabelCompile not running as test
Configuration menu - View commit details
-
Copy full SHA for 7161bb0 - Browse repository at this point
Copy the full SHA 7161bb0View commit details -
Merge pull request #96 from rhatdan/Makefile
Fix Makefile to now build temp files when not temp
Configuration menu - View commit details
-
Copy full SHA for 96d7d36 - Browse repository at this point
Copy the full SHA 96d7d36View commit details -
Merge pull request #94 from thaJeztah/unconditional_FormatMountLabel
Implement FormatMountLabel unconditionally
Configuration menu - View commit details
-
Copy full SHA for 621ca21 - Browse repository at this point
Copy the full SHA 621ca21View commit details
Commits on May 21, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 6c21d6d - Browse repository at this point
Copy the full SHA 6c21d6dView commit details
Commits on May 25, 2020
-
Merge pull request #98 from rhatdan/Makefile
Remote potential race condition, where mcs label is freed
Configuration menu - View commit details
-
Copy full SHA for d8b4de9 - Browse repository at this point
Copy the full SHA d8b4de9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c688bba - Browse repository at this point
Copy the full SHA c688bbaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.5.1...v1.5.2