Rework podman rootless 3
This commit is contained in:
parent
9fe2253e2d
commit
fd2cbc8d1d
1 changed files with 8 additions and 1 deletions
|
@ -60,4 +60,11 @@ applications_podman_rootless_subuid:
|
||||||
- name: /etc/subuid
|
- name: /etc/subuid
|
||||||
- text: puser:100000:65536
|
- text: puser:100000:65536
|
||||||
- require:
|
- require:
|
||||||
- applications_podman_user
|
- applications_podman_user
|
||||||
|
|
||||||
|
applications_podman_rootless_tun_permissions:
|
||||||
|
file.managed:
|
||||||
|
- name: /dev/net/tun
|
||||||
|
- mode: '0755'
|
||||||
|
- require:
|
||||||
|
- applications_podman_rootless_modules
|
||||||
|
|
Loading…
Reference in a new issue