This repository was archived by the owner on Jun 28, 2024. It is now read-only.
test:cri: Add guest AppArmor support#5749
Open
ManaSugi wants to merge 1 commit intokata-containers:mainfrom
Open
test:cri: Add guest AppArmor support#5749ManaSugi wants to merge 1 commit intokata-containers:mainfrom
ManaSugi wants to merge 1 commit intokata-containers:mainfrom
Conversation
Member
Author
|
/test |
de43901 to
f8e7779
Compare
Member
Author
|
/test |
5a9f1a7 to
add2a28
Compare
Member
Author
|
/test |
Member
Author
|
/test-power |
add2a28 to
2feee1d
Compare
b703f9b to
cdfcfaf
Compare
4dff9d7 to
b34f0b8
Compare
Member
Author
|
/test |
542a587 to
2474c08
Compare
Add a test case which check whether AppArmor inside the guest works properly using containerd. The test creates a container configured to apply the `kata-default` profile, then it checks the container process is running with the profile enforced. Fixes: kata-containers#5748 Depends-on: github.com/kata-containers/kata-containers#7587 Signed-off-by: Manabu Sugimoto <Manabu.Sugimoto@sony.com>
2474c08 to
c342742
Compare
Member
Author
|
/test |
Member
Author
|
/retest-arm |
Member
Author
|
/test |
Member
Author
|
/test-s390x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a test case which check whether AppArmor inside the guest works properly using containerd.
The test creates a container configured to apply the
kata-defaultprofile, then it checks the container process is running with the profile enforced.Fixes: #5748
Depends-on: github.com/kata-containers/kata-containers#7587