[LTP] [PATCH RESEND] Remove landlock from coverage stats
Andrea Cervesato
andrea.cervesato@suse.de
Wed Aug 14 11:08:48 CEST 2024
From: Andrea Cervesato <andrea.cervesato@suse.com>
Following syscalls can be removed from the documentation coverage
statistics since we they are tested inside landlock testing suite:
- landlock_create_ruleset
- landlock_add_rule
- landlock_restrict_self
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 ac1220450..425f72257 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -88,6 +88,9 @@ def generate_syscalls_stats(_):
'getpmsg',
'putmsg',
'putpmsg',
+ 'landlock_create_ruleset',
+ 'landlock_add_rule',
+ 'landlock_restrict_self',
]
# populate with not implemented, reserved, unmaintained syscalls defined
---
base-commit: 12588eee7bd3160d2492944be26aa69cb3d7cf6d
change-id: 20240814-landlock_remove_doc_stats-ea86b5538d50
Best regards,
--
Andrea Cervesato <andrea.cervesato@suse.com>
More information about the ltp
mailing list