From a15a87c332d6509e39a11305da234469a7a6e45a Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Mon, 29 Apr 2019 20:02:36 -0400 Subject: api: rename SCMP_FLTATR_SPEC_ALLOW to SCMP_FLTATR_CTL_SSB Signed-off-by: Paul Moore --- include/seccomp.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/seccomp.h.in b/include/seccomp.h.in index eaa5674..e698e68 100644 --- a/include/seccomp.h.in +++ b/include/seccomp.h.in @@ -65,7 +65,7 @@ enum scmp_filter_attr { SCMP_FLTATR_CTL_TSYNC = 4, /**< sync threads on filter load */ SCMP_FLTATR_API_TSKIP = 5, /**< allow rules with a -1 syscall */ SCMP_FLTATR_CTL_LOG = 6, /**< log not-allowed actions */ - SCMP_FLTATR_SPEC_ALLOW = 7, /**< disable SSB mitigation */ + SCMP_FLTATR_CTL_SSB = 7, /**< disable SSB mitigation */ _SCMP_FLTATR_MAX, }; @@ -368,7 +368,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_SPEC_ALLOW filter attrbute + * 4 : support for the SCMP_FLTATR_CTL_SSB filter attrbute * */ unsigned int seccomp_api_get(void); -- cgit v1.2.1