Mount securityfs needed for AppArmor and some TPM drivers.

Should be harmless.
This commit is contained in:
Your Name 2012-07-17 02:44:03 +03:00
parent 26bf696350
commit 8bde72d99c

View file

@ -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