Skip to content

Commit

Permalink
kernel-5.10, kernel-5.4: add CHECKPOINT_RESTORE config
Browse files Browse the repository at this point in the history
The `CHECKPOINT_RESTORE` config is required to be able to read the
seccomp filter of a process using ptrace(2)

Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
  • Loading branch information
arnaldo2792 committed Apr 1, 2022
1 parent bf3ca66 commit 6e3d6ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/kernel-5.10/config-bottlerocket
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,6 @@ CONFIG_MOUSE_PS2=m

# Add support for IPMI drivers
CONFIG_IPMI_HANDLER=m

# Enables support for checkpoint/restore
CONFIG_CHECKPOINT_RESTORE=y
3 changes: 3 additions & 0 deletions packages/kernel-5.4/config-bottlerocket
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ CONFIG_DECOMPRESS_ZSTD=y
CONFIG_SERIO_I8042=m
CONFIG_KEYBOARD_ATKBD=m
CONFIG_MOUSE_PS2=m

# Enables support for checkpoint/restore
CONFIG_CHECKPOINT_RESTORE=y

0 comments on commit 6e3d6ed

Please sign in to comment.