diff --git a/modules/system/boot/stage-1-init.sh b/modules/system/boot/stage-1-init.sh index cc12ccaa738f..175b58a3719c 100644 --- a/modules/system/boot/stage-1-init.sh +++ b/modules/system/boot/stage-1-init.sh @@ -70,6 +70,7 @@ mount -t sysfs none /sys mount -t tmpfs -o "mode=0755,size=@devSize@" none /dev mkdir -p /run mount -t tmpfs -o "mode=0755,size=@runSize@" none /run +mount -t securityfs none /sys/kernel/security # Some console devices, for the interactivity mknod /dev/console c 5 1