Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
20 contributions in the last year
Contribution activity
November 2020
Created an issue in ansible/ansible that received 2 comments
Capabilities module broken since libcap-2.41
SUMMARY
Since libcap version 2.41 the way how getcap formats the output is changed and this breaks capabilities module.
Up to libcap 2.40:
$ getcap…