summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-11-11 15:02:19 +0100
committerGitHub <noreply@github.com>2019-11-11 15:02:19 +0100
commitde32b89eff0928abdef9d85a420b65d8865e737e (patch)
tree8ed4321dbe4739cf3cb908ae8ba8be8b94f49d8f
parentb713e5371fa8767067bd2c329a3744ea593b2ade (diff)
parent2785615209a1c34650f75d7827f4c6da0bf1078f (diff)
downloadpodman-de32b89eff0928abdef9d85a420b65d8865e737e.tar.gz
podman-de32b89eff0928abdef9d85a420b65d8865e737e.tar.bz2
podman-de32b89eff0928abdef9d85a420b65d8865e737e.zip
Merge pull request #4489 from lsm5/seccomp-separation
create a separate install target for seccomp
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2c1ded9d2..b3566cd1e 100644
--- a/Makefile
+++ b/Makefile
@@ -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: