Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: binnmu

util-linux doesn't know about the new capabilities from Linux 5.8 yet, e.g.:

% setpriv --bounding-set -all echo test
setpriv: libcap-ng is too old for "all" caps

The problem is not actually libcap-ng but util-linux having picked up an old 
CAP_LAST_CAP when it was built.
Rebuilding against linux-libc-dev 5.8 fixes this:

nmu util-linux_2.36-3 . linux-any . unstable . -m "Rebuild against 
linux-libc-dev >= 5.8 to pick up new capabilities" --extra-depends 
'linux-libc-dev (>= 5.8)'
(not sure if linux-any is supported here)

Reply via email to