Skip to content

Commit

Permalink
feat: trust bootloader rng and enable hugetlbfs support
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Oct 5, 2023
1 parent 232eed1 commit bed47c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/default-linux-config
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CONFIG_VIRTIO_NET=y
CONFIG_SERIAL_EARLYCON_RISCV_SBI=y
CONFIG_HVC_RISCV_SBI=y
# CONFIG_HW_RANDOM is not set
# CONFIG_RANDOM_TRUST_BOOTLOADER is not set
CONFIG_RANDOM_TRUST_BOOTLOADER=y
# CONFIG_HWMON is not set
# CONFIG_USB_SUPPORT is not set
CONFIG_VIRTIO_MMIO=y
Expand All @@ -55,6 +55,7 @@ CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT4_FS=y
# CONFIG_PROC_PAGE_MONITOR is not set
CONFIG_TMPFS=y
CONFIG_HUGETLBFS=y
# CONFIG_MISC_FILESYSTEMS is not set
# CONFIG_NETWORK_FILESYSTEMS is not set
CONFIG_LSM="lockdown,yama,loadpin,safesetid,integrity"
Expand Down

0 comments on commit bed47c6

Please sign in to comment.