containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

Add support for linux capabilities #542

Closed amshinde closed 6 years ago

amshinde commented 6 years ago

Change in the agent https://github.com/clearcontainers/agent/pull/188

sboeuf commented 6 years ago

LGTM

sameo commented 6 years ago

LGTM

Approved with PullApprove Approved with PullApprove

sameo commented 6 years ago

Please rebase and we'll merge.

amshinde commented 6 years ago

@sameo @sboeuf Changes have been rebased.

sameo commented 6 years ago

@amshinde I guess those changes depend on the agent ones to pass CI?

amshinde commented 6 years ago

@sameo The tests in the tests repo were passing an empty structure for capabilities. I have added code to handle the nil case.