SOURCES: p0f.sysconfig - add user and socket support

glen glen at pld-linux.org
Sun Jan 15 23:30:22 CET 2006


Author: glen                         Date: Sun Jan 15 22:30:22 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add user and socket support

---- Files affected:
SOURCES:
   p0f.sysconfig (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/p0f.sysconfig
diff -u SOURCES/p0f.sysconfig:1.3 SOURCES/p0f.sysconfig:1.4
--- SOURCES/p0f.sysconfig:1.3	Sun Oct 10 13:05:58 2004
+++ SOURCES/p0f.sysconfig	Sun Jan 15 23:30:17 2006
@@ -15,5 +15,13 @@
 # set to "yes" add timestamps
 P0F_TIMESTAMPS="no"
 
+# listen on a specified local stream socket. This is a method of integrating
+# p0f with active services (web server or web scripts, etc).
+P0F_SOCKET="/var/run/p0f.sock"
+
+# chroot to this user's home directory after reading configuration data and
+# binding to sockets, then to switch to his UID, GID and supplementary groups.
+P0F_USER="p0f"
+
 # add other options
 P0F_OPTIONS=""
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/p0f.sysconfig?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list