dfhack/package/ubuntu-10.10/postinst

5 lines
128 B
Bash

#!/bin/sh
echo "Setting required kernel parameters."
sysctl -w kernel.randomize_va_space=0
sysctl -w kernel.yama.ptrace_scope=0