We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e5d1d commit bb3a48eCopy full SHA for bb3a48e
hack/ci/e2e-apparmor.sh
@@ -83,9 +83,9 @@ wait_for_pod_status() {
83
}
84
85
check_profile_enforcement() {
86
- local comamnd="$1"
+ local command="$1"
87
local apparmor_profile="$2"
88
- local pid="$(pidof $comamnd)"
+ local pid="$(pidof $command)"
89
local enforce="$(cat /proc/${pid}/attr/current)"
90
local reference="$apparmor_profile (enforce)"
91
if [[ "$reference" != "$enforce" ]]; then
@@ -122,7 +122,7 @@ record_apparmor_profile() {
122
123
wait_for apparmorprofile $APPARMOR_PROFILE_NAME
124
125
- echo "Verifing apparmor profile"
+ echo "Verifying apparmor profile"
126
echo "-------------------------"
127
128
echo "Checking the recorded appamror profile matches the reference"
0 commit comments