File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -549,8 +549,7 @@ Operator Constants:
549549 " getcwd" ,
550550 " chmod"
551551 ],
552- "action" : " SCMP_ACT_ERRNO" ,
553- "comment" : " stop exploit x"
552+ "action" : " SCMP_ACT_ERRNO"
554553 }
555554 ]
556555 }
Original file line number Diff line number Diff line change @@ -766,8 +766,7 @@ Here is a full example `config.json` for reference.
766766 " getcwd" ,
767767 " chmod"
768768 ],
769- "action" : " SCMP_ACT_ERRNO" ,
770- "comment" : " stop exploit x"
769+ "action" : " SCMP_ACT_ERRNO"
771770 }
772771 ]
773772 },
Original file line number Diff line number Diff line change @@ -549,5 +549,4 @@ type LinuxSyscall struct {
549549 Names []string `json:"names"`
550550 Action LinuxSeccompAction `json:"action"`
551551 Args []LinuxSeccompArg `json:"args"`
552- Comment string `json:"comment"`
553552}
You can’t perform that action at this time.
0 commit comments