Re: [PATCH] xattrs: fix capabilities root test

2021-03-01 Thread Pavel Raiskup
Unfortunately, the old variant of this patch was applied. So the test-case is not yet fixed. I'm attaching a correction patch. Thank you! Pavel On Monday, January 25, 2021 10:08:39 AM CET Pavel Raiskup wrote: > I'm attaching updated patch. The getcap output actually changed like this: > >

Re: [PATCH] xattrs: fix capabilities root test

2021-02-08 Thread Sergey Poznyakoff
Applied. Commit beeb19f927762f21aed7fc20e8e359c7aa21388b. Regards, Sergey

Re: [PATCH] xattrs: fix capabilities root test

2021-01-25 Thread Pavel Raiskup
> -getcap dir/file > +# Newer systems print = instead of + here > +getcap dir/file | sed 's/+/=/' > ], > [0], > -[dir/file = cap_chown+ei > +[dir/file = cap_chown=ei > ]) > > AT_CLEANUP > >From 8b32042ed8e06ac13643945d0a6b5bacaa8cbc9f

[PATCH] xattrs: fix capabilities root test

2021-01-19 Thread Pavel Raiskup
Related discussion in the Fedora pull-request: https://src.fedoraproject.org/rpms/tar/pull-request/8 * tests/capabs_raw01.at: Newer systems (currently e.g. Fedora 34) print getcap output in format CAP=VAL, not CAP+VAL. --- tests/capabs_raw01.at | 5 +++-- 1 file changed, 3 insertions(+), 2 deleti