SHARE
TWEET
Untitled
a guest
May 25th, 2012
5
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #!/bin/bash
- gksudo true
- if [ "`cat /proc/sys/kernel/yama/ptrace_scope`" == "1" ];
- then
- echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
- xmessage "`cat /proc/sys/kernel/yama/ptrace_scope`"
- fi
RAW Paste Data

