[LTP] [PATCH] Add landlock syscalls to whitelist in statistics
Li Wang
liwang@redhat.com
Wed Sep 11 08:16:55 CEST 2024
On Tue, Sep 10, 2024 at 1:35 AM Andrea Cervesato <andrea.cervesato@suse.de>
wrote:
> 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>
>
Reviewed-by: Li Wang <liwang@redhat.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>
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
>
>
--
Regards,
Li Wang
More information about the ltp
mailing list