diff options
Diffstat (limited to 'package')
| -rwxr-xr-x | package/ubuntu-10.10/postinst | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
