Skip to content

Commit

Permalink
Add container_contexts file to be shipped with policy
Browse files Browse the repository at this point in the history
This file can be used by go lang bindings
github.com/opencontainers/selinux
to discover the label to run processs containers and kvm_containers with.

Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Mar 23, 2020
1 parent b321ea4 commit fde876b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ install-policy: all
install: man
install -D -m 644 ${TARGETS}.pp.bz2 ${DESTDIR}${SHAREDIR}/selinux/packages/container.pp.bz2
install -D -m 644 container.if ${DESTDIR}${SHAREDIR}/selinux/devel/include/services/container.if
install -D -m 644 container_selinux.8 ${DESTDIR}${SHAREDIR}/man/man8/
install -D -m 644 container_selinux.8 ${DESTDIR}${SHAREDIR}/man/man8/container_selinux.8
install -D -m 644 container_contexts ${DESTDIR}${SHAREDIR}/containers/continer_contexts

0 comments on commit fde876b

Please sign in to comment.