Skip to content

Commit 6fd307c

Browse files
Add seltype to docker-compose binary
1 parent 342b84b commit 6fd307c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: manifests/compose.pp

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
file { $docker_compose_location_versioned:
101101
owner => $file_owner,
102102
mode => '0755',
103+
seltype => 'container_runtime_exec_t',
103104
require => Exec["Install Docker Compose ${version}"],
104105
}
105106

0 commit comments

Comments
 (0)