Skip to content

Commit

Permalink
fix: add security-opt label=type:unconfined_t to CI to hopefully allo…
Browse files Browse the repository at this point in the history
…w it to label
  • Loading branch information
lleyton authored May 24, 2024
1 parent 2585aef commit 22ee88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# Very hacky, but it works
# Microsoft/Github, if you're reading this,
# I'm sorry.
options: --privileged -v /dev:/dev --cap-add=MAC_ADMIN
options: --privileged -v /dev:/dev --cap-add=MAC_ADMIN --security-opt label=type:unconfined_t

steps:
- name: Install dependencies
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
# Very hacky, but it works
# Microsoft/Github, if you're reading this,
# I'm sorry.
options: --privileged -v /dev:/dev --cap-add=MAC_ADMIN
options: --privileged -v /dev:/dev --cap-add=MAC_ADMIN --security-opt label=type:unconfined_t

steps:
- name: Install dependencies
Expand Down

0 comments on commit 22ee88e

Please sign in to comment.