[Bug 1934608] Re: setcap does not recognize CAP_PERFMON

2022-04-08 Thread Adam Dorsey
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

[Bug 1934608] Re: setcap does not recognize CAP_PERFMON

2021-07-07 Thread Nagle-animats
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:

[Bug 1934608] Re: setcap does not recognize CAP_PERFMON

2021-07-04 Thread Nagle-animats
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

[Bug 1934608] Re: setcap does not recognize CAP_PERFMON

2021-07-04 Thread Ubuntu Foundations Team Bug Bot
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

[Bug 1934608] Re: setcap does not recognize CAP_PERFMON

2021-07-04 Thread Nagle-animats
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