fix linux cap header structure (#8389)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
4b5541db46
Коммит
51c7198d53
@@ -267,7 +267,7 @@ func pivotRoot(newRoot string) error {
|
|||||||
func dropInheritableCapabilities() error {
|
func dropInheritableCapabilities() error {
|
||||||
type capHeader struct {
|
type capHeader struct {
|
||||||
version uint32
|
version uint32
|
||||||
pid int
|
pid int32
|
||||||
}
|
}
|
||||||
|
|
||||||
type capData struct {
|
type capData struct {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user