mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
Mount securityfs needed for AppArmor and some TPM drivers.
Should be harmless.
This commit is contained in:
parent
26bf696350
commit
8bde72d99c
@ -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 New Issue
Block a user