mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
+1
-2
@@ -549,8 +549,7 @@ Operator Constants:
|
||||
"getcwd",
|
||||
"chmod"
|
||||
],
|
||||
"action": "SCMP_ACT_ERRNO",
|
||||
"comment": "stop exploit x"
|
||||
"action": "SCMP_ACT_ERRNO"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -766,8 +766,7 @@ Here is a full example `config.json` for reference.
|
||||
"getcwd",
|
||||
"chmod"
|
||||
],
|
||||
"action": "SCMP_ACT_ERRNO",
|
||||
"comment": "stop exploit x"
|
||||
"action": "SCMP_ACT_ERRNO"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -549,5 +549,4 @@ type LinuxSyscall struct {
|
||||
Names []string `json:"names"`
|
||||
Action LinuxSeccompAction `json:"action"`
|
||||
Args []LinuxSeccompArg `json:"args"`
|
||||
Comment string `json:"comment"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user