Mount securityfs needed for AppArmor and some TPM drivers.
Should be harmless.
This commit is contained in:
parent
26bf696350
commit
8bde72d99c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue