From c06df18ea75285d2bdae75a3c1fbe70c0f157241 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 20 Mar 2011 02:06:50 +0100 Subject: Fix linux builds not installing the header files --- package/ubuntu-10.10/postinst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package') diff --git a/package/ubuntu-10.10/postinst b/package/ubuntu-10.10/postinst index ff117e8e..a628ada3 100755 --- a/package/ubuntu-10.10/postinst +++ b/package/ubuntu-10.10/postinst @@ -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 \ No newline at end of file -- cgit v1.2.1