commit
6bfef10d91
|
@ -549,8 +549,7 @@ Operator Constants:
|
||||||
"getcwd",
|
"getcwd",
|
||||||
"chmod"
|
"chmod"
|
||||||
],
|
],
|
||||||
"action": "SCMP_ACT_ERRNO",
|
"action": "SCMP_ACT_ERRNO"
|
||||||
"comment": "stop exploit x"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -766,8 +766,7 @@ Here is a full example `config.json` for reference.
|
||||||
"getcwd",
|
"getcwd",
|
||||||
"chmod"
|
"chmod"
|
||||||
],
|
],
|
||||||
"action": "SCMP_ACT_ERRNO",
|
"action": "SCMP_ACT_ERRNO"
|
||||||
"comment": "stop exploit x"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -549,5 +549,4 @@ type LinuxSyscall struct {
|
||||||
Names []string `json:"names"`
|
Names []string `json:"names"`
|
||||||
Action LinuxSeccompAction `json:"action"`
|
Action LinuxSeccompAction `json:"action"`
|
||||||
Args []LinuxSeccompArg `json:"args"`
|
Args []LinuxSeccompArg `json:"args"`
|
||||||
Comment string `json:"comment"`
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue