Fix linux builds not installing the header files
parent
467c50e97d
commit
c06df18ea7
@ -1,4 +1,7 @@
|
||||
#!/bin/sh
|
||||
echo "Setting required kernel parameters."
|
||||
# I actually do it three times, hoping to hammer this into Ubuntu's dense skull.
|
||||
sysctl -w kernel.randomize_va_space=0
|
||||
sysctl -w kernel.yama.ptrace_scope=0
|
||||
echo "kernel.randomize_va_space=0" >> /etc/sysctl.conf
|
||||
echo "kernel.yama.ptrace_scope=0" >> /etc/sysctl.conf
|
Loading…
Reference in New Issue