Skip to content

Commit

Permalink
api: fix typo in seccomp.h
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
kolyshkin authored and pcmoore committed Sep 20, 2022
1 parent afbde6d commit 3e18c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/seccomp.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ const struct scmp_version *seccomp_version(void);
* 3 : support for the SCMP_FLTATR_CTL_LOG filter attribute
* support for the SCMP_ACT_LOG action
* support for the SCMP_ACT_KILL_PROCESS action
* 4 : support for the SCMP_FLTATR_CTL_SSB filter attrbute
* 4 : support for the SCMP_FLTATR_CTL_SSB filter attribute
* 5 : support for the SCMP_ACT_NOTIFY action and notify APIs
* 6 : support the simultaneous use of SCMP_FLTATR_CTL_TSYNC and notify APIs
*
Expand Down

0 comments on commit 3e18c41

Please sign in to comment.