fix linux cap header structure (#8389)

Этот коммит содержится в:
Chris
2018-03-01 09:16:23 -06:00
коммит произвёл Joram Wilander
родитель 4b5541db46
Коммит 51c7198d53

Просмотреть файл

@@ -267,7 +267,7 @@ func pivotRoot(newRoot string) error {
func dropInheritableCapabilities() error {
type capHeader struct {
version uint32
pid int
pid int32
}
type capData struct {