mirror of https://github.com/F-Stack/f-stack.git
close ASLR
This commit is contained in:
parent
7544d3aff0
commit
90a6589cca
|
@ -18,6 +18,9 @@
|
|||
mkdir /mnt/huge
|
||||
mount -t hugetlbfs nodev /mnt/huge
|
||||
|
||||
# close ASLR; it is necessary in multiple porcess
|
||||
echo 0 > /proc/sys/kernel/randomize_va_space
|
||||
|
||||
# insmod ko
|
||||
modprobe uio
|
||||
modprobe hwmon
|
||||
|
|
Loading…
Reference in New Issue