Package: crun / 1.8.1-1+deb12u1

Metadata

Package Version Patches format
crun 1.8.1-1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
utils ignore ENOTSUP when chmod a symlink.patch | (download)

src/libcrun/utils.c | 14 2 + 12 - 0 !
1 file changed, 2 insertions(+), 12 deletions(-)

 [patch] utils: ignore enotsup when chmod a symlink

commit 5d1f903f75a80daa4dfb3d84e114ec8ecbf29956 in the kernel, present
in a release since Linux 6.6 doesn't allow anymore to change the
mode of a symlink, so just ignore the failure.

Closes: https://github.com/containers/crun/issues/1308

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

utils fix ignore ENOTSUP when chmod a symlink.patch | (download)

src/libcrun/utils.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] utils: fix ignore enotsup when chmod a symlink

when ENOTSUP is encountered we must continue copying the other files,
not doing an early return.

commit 57262a2710c83fa08767f0ce3ba7a80993515bb2 introduced the
regression with the Podman CI.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>