mirror of https://github.com/containers/podman.git
Merge pull request #4489 from lsm5/seccomp-separation
create a separate install target for seccomp
This commit is contained in:
commit
de32b89eff
3
Makefile
3
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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue