[LTP] [PATCH] Add landlock syscalls to whitelist in statistics
Andrea Cervesato
andrea.cervesato@suse.de
Mon Sep 9 19:35:30 CEST 2024
From: Andrea Cervesato <andrea.cervesato@suse.com>
Landlock syscalls are currently tested in the landlock testing suite and
there's no reason to consider them untested, so they can be added to the
statistics whitelist.
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
doc/conf.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/conf.py b/doc/conf.py
index c0346388e..7a3e9ec9f 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -90,6 +90,9 @@ def generate_syscalls_stats(_):
'seccomp',
'semtimedop',
'sethostname',
+ 'landlock_create_ruleset',
+ 'landlock_add_rule',
+ 'landlock_restrict_self',
]
# populate with not implemented, reserved, unmaintained syscalls defined
---
base-commit: d60bdcc7c7ac4be6624302b909e4d38367652dda
change-id: 20240909-landlock_whitelist-1f9c995a1ed4
Best regards,
--
Andrea Cervesato <andrea.cervesato@suse.com>
More information about the ltp
mailing list