From c22f0712293d2842af4b269d4f9c0799085a0340 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Tue, 2 Jun 2020 15:27:14 -0400 Subject: api: some formatting fixes in seccomp.h.in Acked-by: Tom Hromatka Signed-off-by: Paul Moore --- include/seccomp.h.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/seccomp.h.in b/include/seccomp.h.in index 0266e12..ce48a1e 100644 --- a/include/seccomp.h.in +++ b/include/seccomp.h.in @@ -69,10 +69,12 @@ enum scmp_filter_attr { SCMP_FLTATR_API_TSKIP = 5, /**< allow rules with a -1 syscall */ SCMP_FLTATR_CTL_LOG = 6, /**< log not-allowed actions */ SCMP_FLTATR_CTL_SSB = 7, /**< disable SSB mitigation */ - SCMP_FLTATR_CTL_OPTIMIZE = 8, /**< filter optimization level: (DEFAULT = 1) + SCMP_FLTATR_CTL_OPTIMIZE = 8, /**< filter optimization level: * 0 - currently unused - * 1 - rules weighted by priority and complexity - * 2 - binary tree sorted by syscall number + * 1 - rules weighted by priority and + * complexity (DEFAULT) + * 2 - binary tree sorted by syscall + * number */ _SCMP_FLTATR_MAX, }; -- cgit v1.2.1