FS#68737 - [containers-common] [skopeo] Both packages contain the same directories with differing permissions

Attached to Project: Community Packages
Opened by xduugu (xduugu) - Tuesday, 24 November 2020, 20:19 GMT
Last edited by David Runge (dvzrv) - Tuesday, 24 November 2020, 20:51 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Morten Linderud (Foxboron)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The new package containers-common, which is now a dependency of skopeo, shares two directories with skopeo, but their permissions differ:

$ pacman -Ql | grep /var/lib/containers
containers-common /var/lib/containers/
containers-common /var/lib/containers/sigstore/
skopeo /var/lib/containers/
skopeo /var/lib/containers/sigstore/

$ tar tvf /var/cache/pacman/pkg/containers-common-0.29.0-1-any.pkg.tar.zst var/lib/containers/; echo; tar tvf /var/cache/pacman/pkg/skopeo-1.2.0-2-x86_64.pkg.tar.zst var/lib/containers/
drwx------ root/root 0 2020-11-23 21:41 var/lib/containers/
drwxr-xr-x root/root 0 2020-11-23 21:41 var/lib/containers/sigstore/

drwxr-xr-x root/root 0 2020-11-23 23:26 var/lib/containers/
drwxr-xr-x root/root 0 2020-11-23 23:26 var/lib/containers/sigstore/

containers-common creates var/lib/containers with permissions 700, whereas skopeo has them set to 755.

Additional info:
* containers-common 0.29.0-1
* skopeo 1.2.0-2
This task depends upon

Closed by  David Runge (dvzrv)
Tuesday, 24 November 2020, 20:51 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with 0.29.0-2

Loading...