Skip to content

Commit b3833a0

Browse files
author
Mrunal Patel
authored
Merge pull request #1086 from justincormack/ambient
Set ambient capabilities where supported
2 parents 3d77778 + 4e179bd commit b3833a0

File tree

6 files changed

+71
-16
lines changed

6 files changed

+71
-16
lines changed

Godeps/Godeps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/syndtr/gocapability/capability/capability.go

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/syndtr/gocapability/capability/capability_linux.go

Lines changed: 46 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/syndtr/gocapability/capability/enum.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/syndtr/gocapability/capability/syscall_linux.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libcontainer/capabilities_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/syndtr/gocapability/capability"
1111
)
1212

13-
const allCapabilityTypes = capability.CAPS | capability.BOUNDS
13+
const allCapabilityTypes = capability.CAPS | capability.BOUNDS | capability.AMBS
1414

1515
var capabilityMap map[string]capability.Cap
1616

0 commit comments

Comments
 (0)