Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
remove 2 duplicate caps
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
  • Loading branch information
vieux committed Jul 11, 2014
1 parent e79b114 commit 35e32b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions security/capabilities/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ var capabilityList = Capabilities{
{Key: "MAC_ADMIN", Value: capability.CAP_MAC_ADMIN},
{Key: "NET_ADMIN", Value: capability.CAP_NET_ADMIN},
{Key: "SYSLOG", Value: capability.CAP_SYSLOG},
{Key: "SETUID", Value: capability.CAP_SETUID},
{Key: "SETGID", Value: capability.CAP_SETGID},
{Key: "CHOWN", Value: capability.CAP_CHOWN},
{Key: "NET_RAW", Value: capability.CAP_NET_RAW},
{Key: "DAC_OVERRIDE", Value: capability.CAP_DAC_OVERRIDE},
Expand Down

0 comments on commit 35e32b9

Please sign in to comment.