Rework podman rootless 5
This commit is contained in:
parent
5dafb934d8
commit
49e4b3a9d0
1 changed files with 10 additions and 3 deletions
|
@ -63,9 +63,16 @@ applications_podman_rootless_subuid:
|
|||
- applications_podman_user
|
||||
|
||||
applications_podman_rootless_tun_permissions:
|
||||
file.managed:
|
||||
file:
|
||||
- directory
|
||||
- name: /dev/net
|
||||
- mknod
|
||||
- name: /dev/net/tun
|
||||
- mode: '0755'
|
||||
- replace: False
|
||||
- ntype: c
|
||||
- major: 10
|
||||
- minor: 200
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: '0666'
|
||||
- require:
|
||||
- applications_podman_rootless_modules
|
||||
|
|
Loading…
Reference in a new issue