Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions boot/kernel/sandbox.config
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ CONFIG_AUTOFS_FS=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_BLK_DEV_INITRD=y

## fanotify for userspace file monitors; defconfig leaves it off and
## fanotify_init() answers ENOSYS. Software-only: no listener, no work.
CONFIG_FANOTIFY=y
# Entropy: since 6.2 the kernel trusts CPU/bootloader seeds by default
# (random.trust_cpu removed as a Kconfig) — no boot-time entropy stall.

Expand Down
Loading