Still broken in 20.04 LTS. Unsure if this is related, but the
capabilities man page also does not list CAP_PERFMON. Can the fix from
newer versions be backported?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad
Reportedly fixed in 21.xx, but broken in 20.04 LTS.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934608
Title:
setcap does not recognize CAP_PERFMON
To manage notifications about this bug go to:
setcap belongs to the "libcap" package, per "man setcap"
** Package changed: ubuntu => libcap (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934608
Title:
setcap does not recognize CAP_PER
Thank you for taking the time to report this bug and helping to make
Ubuntu better. It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general. It is important that bug reports be filed about source
packages so that people
Reproduce by:
echo foo > foo
sudo setcap cap_perfmon+ep foo
Result: "Fatal error: Invalid argument"
sudo setcap cap_net_raw_ep foo
Result: blank (success)
getcap foo
foo = cap_net_raw+ep
So cap_net_raw works, but cap_perfmon is not implemented.
--
You received this bug notification because