diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-06-28 12:50:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 12:50:21 -0700 |
commit | 0c025e503c724ef560f13ffa814a0d7580d32a54 (patch) | |
tree | 6285d735c18b7e7ccb715349c62f02638c95bf16 | |
parent | b09863963ce3a47ca383018fec5278c1a14be0d2 (diff) | |
parent | a41556af4f2fb5c79b3a7902b4f3ca3b81644920 (diff) |
Merge pull request #15889 from flyn-org/podman
podman: change permissions on /usr/share/containers/seccomp.json
-rw-r--r-- | utils/podman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/podman/Makefile b/utils/podman/Makefile index 6710ac59d..a7976df24 100644 --- a/utils/podman/Makefile +++ b/utils/podman/Makefile @@ -100,7 +100,7 @@ define Package/podman/install $(INSTALL_DIR) $(1)/etc/cni/net.d $(INSTALL_CONF) $(PKG_BUILD_DIR)/cni/87-podman-bridge.conflist $(1)/etc/cni/net.d/ $(INSTALL_DIR) $(1)/usr/share/containers - $(INSTALL_CONF) $(PKG_BUILD_DIR)/vendor/github.com/containers/common/pkg/seccomp/seccomp.json $(1)/usr/share/containers/ + $(INSTALL_DATA) $(PKG_BUILD_DIR)/vendor/github.com/containers/common/pkg/seccomp/seccomp.json $(1)/usr/share/containers/ $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/podman.init $(1)/etc/init.d/podman $(SED) 's/driver = \"\"/driver = \"overlay\"/g' $(1)/etc/containers/storage.conf |