Skip to content

Commit

Permalink
api: add ct_linux_kernel_modules_dynamic_load api extension
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Mikhalitsyn <[email protected]>
  • Loading branch information
mihalicyn committed Mar 22, 2024
1 parent cc93afb commit b21c626
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/api-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2388,3 +2388,8 @@ For more information on access control for OIDC clients, see {ref}`fine-grained-
## `vm_disk_io_limits`

Adds the ability to limit disk I/O for virtual machines.

## `ct_linux_kernel_modules_dynamic_load`

Adds the `linux.kernel_modules.load` container configuration option. If the option is set to `dynamic`, the `finit_modules()` syscall is intercepted and a privileged user in the container's user namespace can load the Linux kernel modules specified in the
allow list `linux.kernel_modules`.
1 change: 1 addition & 0 deletions shared/version/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ var APIExtensions = []string{
"container_syscall_filtering_allow_deny_syntax",
"access_management",
"vm_disk_io_limits",
"ct_linux_kernel_modules_dynamic_load",
}

// APIExtensionsCount returns the number of available API extensions.
Expand Down

0 comments on commit b21c626

Please sign in to comment.