]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/copy: add a new flag COPY_ALL_XATTRS
authorAndrej Lajovic <andrej.lajovic@ad-vega.si>
Sun, 8 Aug 2021 23:43:54 +0000 (01:43 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 11 Aug 2021 15:48:10 +0000 (17:48 +0200)
commit23e026de254df54119e6565bf7b638b9b83ec4fd
tree36f45ceabf1fc254c1d93163707ee4b79b4ed066
parenta0c5a3f0c052fc05542945688e20784b55a1303d
shared/copy: add a new flag COPY_ALL_XATTRS

When the flag COPY_ALL_XATTRS is set, it causes the complete set of xattrs
to be copied. If the flag is unset, only xattrs from the "user" namespace
are copied.

Fixes #17178.
src/dissect/dissect.c
src/import/export-raw.c
src/import/import-raw.c
src/import/pull-raw.c
src/locale/keymap-util.c
src/partition/repart.c
src/shared/btrfs-util.c
src/shared/copy.c
src/shared/copy.h