Skip to content

Commit a0070f0

Browse files
committed
add support for CAP_FOWNER
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
1 parent 9261492 commit a0070f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/libcontainer/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ var (
6060
{Key: "CHOWN", Value: capability.CAP_CHOWN},
6161
{Key: "NET_RAW", Value: capability.CAP_NET_RAW},
6262
{Key: "DAC_OVERRIDE", Value: capability.CAP_DAC_OVERRIDE},
63+
{Key: "FOWNER", Value: capability.CAP_FOWNER},
6364
}
6465
)
6566

0 commit comments

Comments
 (0)