summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2020-06-02 15:27:14 -0400
committerPaul Moore <paul@paul-moore.com>2020-06-06 12:28:30 -0400
commitc22f0712293d2842af4b269d4f9c0799085a0340 (patch)
treeee457f0bdbbbcb7fe6b9426e7ddbb382e57a7b4f /include
parent777b647a59a089612c4eb354c67ecc0bbe70cb9a (diff)
downloadlibseccomp-c22f0712293d2842af4b269d4f9c0799085a0340.tar.gz
api: some formatting fixes in seccomp.h.in
Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'include')
-rw-r--r--include/seccomp.h.in8
1 files 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,
};