Skip to content

Commit

Permalink
Run the containers with an 'unconfined' security profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkliban authored and mdellweg committed Oct 15, 2020
1 parent 67ab8b7 commit 73817fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis/start_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
volumes: "{{ item.volumes | default(omit) }}"
env: "{{ item.env | default(omit) }}"
command: "{{ item.command | default(omit) }}"
security_opts:
- "seccomp:unconfined"
state: started
loop: "{{ services | default([]) }}"

Expand Down

0 comments on commit 73817fc

Please sign in to comment.