summaryrefslogtreecommitdiff
path: root/pkg/capabilities
Commit message (Collapse)AuthorAge
* add pkg/capabilitiesValentin Rothberg2020-02-14
Add pkg/capabibilities to deal with capabilities. The code has been copied from Docker (and attributed with the copyright) but changed significantly to only do what we really need. The code has also been simplified and will perform better due to removed redundancy. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>