diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-04-13 04:01:43 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2017-04-13 04:01:43 +0200 |
commit | c8bc99eb8027a57570183e64e52fcb8fbc4c1e3d (patch) | |
tree | b0ed327395ffff962c7e74fc7331dc5f03f7ed00 | |
parent | 315745e24bf37a5fd8324e737272dc4b594dfd7e (diff) |
more output
-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 |