Skip to content

Commit 6bfef10

Browse files
Merge pull request #714 from q384566678/seccomp-commits
remove comment
2 parents 71afb41 + 90427c9 commit 6bfef10

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

config-linux.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
}

config.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
},

specs-go/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)