Skip to content
Snippets Groups Projects
Unverified Commit b5ce69cf authored by Nico's avatar Nico Committed by GitHub
Browse files

Set owner/group to root/root when unarchiving kata-containers (#10338)

Set owner/group to root/root when unarchiving kata-containers binary to prevent kata-containers binaries/directories and especially / from getting chowned to 1001:123, the file owner specified in the kata-containers archive
parent 1c5f657f
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
src: "{{ downloads.kata_containers.dest }}" src: "{{ downloads.kata_containers.dest }}"
dest: "/" dest: "/"
mode: 0755 mode: 0755
owner: root
group: root
remote_src: yes remote_src: yes
- name: Kata-containers | Create config directory - name: Kata-containers | Create config directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment