Skip to content

Commit

Permalink
Revert "Set ambient capabilities where supported"
Browse files Browse the repository at this point in the history
This reverts commit 4e179bd.
  • Loading branch information
crosbymichael committed Oct 20, 2016
1 parent 02f8fa7 commit 6cda437
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 71 deletions.
2 changes: 1 addition & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libcontainer/capabilities_linux.go
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/syndtr/gocapability/capability"
)

const allCapabilityTypes = capability.CAPS | capability.BOUNDS | capability.AMBS
const allCapabilityTypes = capability.CAPS | capability.BOUNDS

var capabilityMap map[string]capability.Cap

Expand Down

0 comments on commit 6cda437

Please sign in to comment.