Skip to content

Commit a9e146c

Browse files
authored
Merge pull request #40 from apple/shahmishal/security-opt-seccomp-unconfined
Update the docker-compose.yaml to contain security opt `seccomp:uncon…
2 parents 1338cc5 + ddf5375 commit a9e146c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platforms/Linux/centos/8/docker-compose.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ services:
1919
common: &common
2020
image: centos8-rpm-builder
2121
depends_on: [docker-setup]
22+
# https://bugs.swift.org/browse/SR-15343
23+
security_opt:
24+
- seccomp:unconfined
2225
volumes:
2326
- .:/code:z
2427
- ./.output:/output:z

0 commit comments

Comments
 (0)