diff options
Diffstat (limited to 'disable_prot.sh')
-rwxr-xr-x | disable_prot.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/disable_prot.sh b/disable_prot.sh index dba1bc0..e33fe14 100755 --- a/disable_prot.sh +++ b/disable_prot.sh @@ -14,7 +14,7 @@ if [ $ret -eq 0 ]; then echo "$0: Some exploits will not work!" fi -sysctl -w kernel.randomize_va_space=0 2>/dev/null -sysctl -w kernel.exec-shield=0 2>/dev/null -echo "done." +set -x +sysctl -w kernel.randomize_va_space=0 +sysctl -w kernel.exec-shield=0 |