Closed awidegreen closed 3 years ago
Hello @awidegreen! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:
Oops, sorry I missed this. I think this was fixed with #54. Please verify and reopen if that is not the case. Thanks!
updating to 1.2.0 seems to solve the issue as well!
The 'all' can lead to a mismatch of
/proc/sys/kernel/cap_last_cap
andCAP_LAST_CAP
from/usr/include/linux/capability.h
.Issue:
I faced the issue running a 5.8 kernel on Ubuntu 20.04.1 (HWE edge).
Not sure if that is something that you want to merge, but I thought you should at least be aware. It seems that the patch - which is applied via the Dockerfile - didn't seem to work.
Inspiration for the fix came from: https://github.com/SinusBot/docker/pull/40