.github/workflows: seccomp=unconfined
Some checks are pending
Mirrors / Yocto Git Mirror (push) Waiting to run

Run docker without the default seccomp profile

Suggested-by: Martin Steegmanns <martin.steegmanns@govcert.etat.lu>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
This commit is contained in:
Leon Anavi 2025-05-08 16:00:27 +03:00 committed by Khem Raj
parent 2aa34651a7
commit 1059a239ca
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ jobs:
- name: Do DCO check
run: |
docker run --rm --security-opt apparmor=unconfined \
--security-opt seccomp=unconfined \
-v "$GITHUB_WORKSPACE:/work:ro" \
--env "BASE_REF=$GITHUB_BASE_REF" \
"dco-check-${{ github.event.number }}"

View File

@ -67,6 +67,7 @@ jobs:
- name: Build the image
run: |
docker run --rm --security-opt apparmor=unconfined \
--security-opt seccomp=unconfined \
-v "$GITHUB_WORKSPACE:/work:ro" \
-v "$DL_DIR:$DL_DIR:rw" \
-v "$SSTATE_DIR:$SSTATE_DIR:rw" \