Docker uses xattrs for file linux capabilities. For example, ping has CAP_NET_RAW to enable non-root users to ping.
The tar command has the ability to preserve xattrs, but there is a bug in libguestfs that prevents the xattrs from being used by the tar-in command of guestfish.
Related:
Docker uses xattrs for file linux capabilities. For example,
pinghasCAP_NET_RAWto enable non-root users to ping.The
tarcommand has the ability to preserve xattrs, but there is a bug in libguestfs that prevents the xattrs from being used by thetar-incommand ofguestfish.Related: