Skip to content

Commit 4bbf66c

Browse files
authored
Merge pull request #3043 from invis-z/podman-subid
podman: remove subuid/subgid creation from sysext
2 parents a214649 + 4c49c6b commit 4bbf66c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build_library/sysext_mangle_flatcar-podman

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ cp -a ./etc/{fuse.conf,containers} ./usr/share/podman/etc/
1313
cat <<EOF >>./usr/lib/tmpfiles.d/podman.conf
1414
C /etc/containers - - - - /usr/share/podman/etc/containers
1515
C /etc/fuse.conf - - - - /usr/share/podman/etc/fuse.conf
16-
w /etc/subuid - - - - core:1065536:65536
17-
w /etc/subgid - - - - core:1065536:65536
1816
EOF
1917

2018
popd
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- sysext-podman: removed `/etc/subuid` and `/etc/subgid` generation for `core` user, before this change it partially overwrites the file and causes issues. ([Flatcar#1733](https://github.com/flatcar/Flatcar/issues/1733)) This could be created through initial provisioning. ([scripts#3043](https://github.com/flatcar/scripts/pull/3043))

0 commit comments

Comments
 (0)