diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-13 23:33:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 23:33:05 +0200 |
commit | 3d3359086ef0ed0833a8ac8e9d06d9934d835139 (patch) | |
tree | 34d1081febb9b57f69d907a5131b8411eff27331 /Makefile | |
parent | d86acf2caea68d1dbf349c54d0532b3ce92dcb85 (diff) | |
parent | 237fe441b373ea129ca45421056fca4532112851 (diff) | |
download | podman-3d3359086ef0ed0833a8ac8e9d06d9934d835139.tar.gz podman-3d3359086ef0ed0833a8ac8e9d06d9934d835139.tar.bz2 podman-3d3359086ef0ed0833a8ac8e9d06d9934d835139.zip |
Merge pull request #6959 from mheon/remove_seccomp_policy
[CI:DOCS] Remove outdated seccomp policy
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -443,7 +443,7 @@ swagger-check: .PHONY: codespell codespell: - codespell -S bin,vendor,.git,go.sum,changelog.txt,seccomp.json,.cirrus.yml,"*.xz,*.gz,*.tar,*.tgz,bin2img,*ico,*.png,*.1,*.5,copyimg,*.orig,apidoc.go" -L uint,iff,od,seeked,splitted,marge,ERRO,hist -w + codespell -S bin,vendor,.git,go.sum,changelog.txt,.cirrus.yml,"*.xz,*.gz,*.tar,*.tgz,bin2img,*ico,*.png,*.1,*.5,copyimg,*.orig,apidoc.go" -L uint,iff,od,seeked,splitted,marge,ERRO,hist -w # When publishing releases include critical build-time details .PHONY: release.txt @@ -540,12 +540,6 @@ install.man-nobuild: .PHONY: install.man install.man: docs install.man-nobuild -.PHONY: install.seccomp -install.seccomp: - # TODO: we should really be using the upstream one from github.com/seccomp - install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(SHAREDIR_CONTAINERS) - install ${SELINUXOPT} -m 644 seccomp.json $(DESTDIR)$(SHAREDIR_CONTAINERS)/seccomp.json - .PHONY: install.completions install.completions: install ${SELINUXOPT} -d -m 755 ${DESTDIR}${BASHINSTALLDIR} |