Skip to content

Commit

Permalink
Add landlock syscalls to whitelist in statistics
Browse files Browse the repository at this point in the history
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.

Reviewed-by: Li Wang <liwang@redhat.com>
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
  • Loading branch information
acerv committed Sep 11, 2024
1 parent f1151ff commit 0bd4e66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ def generate_syscalls_stats(_):
'io_uring_enter',
'io_uring_register',
'io_uring_setup',
'landlock_add_rule',
'landlock_create_ruleset',
'landlock_restrict_self',
'lsetxattr',
'newfstatat',
'putmsg',
Expand Down

0 comments on commit 0bd4e66

Please sign in to comment.