This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 196
test:cri: Add guest AppArmor support #5749
Open
ManaSugi
wants to merge
1
commit into
kata-containers:main
Choose a base branch
from
ManaSugi:add/test-guest-apparmor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
/test |
ManaSugi
force-pushed
the
add/test-guest-apparmor
branch
4 times, most recently
from
August 20, 2023 15:29
de43901
to
f8e7779
Compare
/test |
ManaSugi
force-pushed
the
add/test-guest-apparmor
branch
3 times, most recently
from
August 21, 2023 01:35
5a9f1a7
to
add2a28
Compare
/test |
/test-power |
ManaSugi
force-pushed
the
add/test-guest-apparmor
branch
from
August 21, 2023 06:14
add2a28
to
2feee1d
Compare
katacontainersbot
added
size/tiny
Smallest and simplest task
and removed
size/medium
Average sized task
labels
Aug 21, 2023
ManaSugi
force-pushed
the
add/test-guest-apparmor
branch
3 times, most recently
from
August 21, 2023 06:32
b703f9b
to
cdfcfaf
Compare
katacontainersbot
added
size/medium
Average sized task
and removed
size/tiny
Smallest and simplest task
labels
Aug 21, 2023
ManaSugi
force-pushed
the
add/test-guest-apparmor
branch
3 times, most recently
from
August 21, 2023 16:42
4dff9d7
to
b34f0b8
Compare
/test |
ManaSugi
force-pushed
the
add/test-guest-apparmor
branch
2 times, most recently
from
August 22, 2023 00:29
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 <[email protected]>
ManaSugi
force-pushed
the
add/test-guest-apparmor
branch
from
August 22, 2023 00:31
2474c08
to
c342742
Compare
/test |
/retest-arm |
/test |
/test-s390x |
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-default
profile, then it checks the container process is running with the profile enforced.Fixes: #5748
Depends-on: github.com/kata-containers/kata-containers#7587