Skip to content

Commit

Permalink
Merge pull request containers#4489 from lsm5/seccomp-separation
Browse files Browse the repository at this point in the history
create a separate install target for seccomp
  • Loading branch information
openshift-merge-robot committed Nov 11, 2019
2 parents b713e53 + 2785615 commit de32b89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -410,6 +410,9 @@ install.man: docs
install.config:
install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(SHAREDIR_CONTAINERS)
install ${SELINUXOPT} -m 644 libpod.conf $(DESTDIR)$(SHAREDIR_CONTAINERS)/libpod.conf

install.seccomp:
install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(SHAREDIR_CONTAINERS)
install ${SELINUXOPT} -m 644 seccomp.json $(DESTDIR)$(SHAREDIR_CONTAINERS)/seccomp.json

install.completions:
Expand Down

0 comments on commit de32b89

Please sign in to comment.