diff options
author | ache <ache@FreeBSD.org> | 2001-10-15 15:44:22 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-10-15 15:44:22 +0000 |
commit | be080b83d835357ca35691acb5702eba0b612f07 (patch) | |
tree | 64a3b70548064672af99c0dfeba1f6e48251e57e /security/drweb/files | |
parent | 380368eb53b31a09dd563f0316b13621d5ad8395 (diff) | |
download | FreeBSD-ports-be080b83d835357ca35691acb5702eba0b612f07.zip FreeBSD-ports-be080b83d835357ca35691acb5702eba0b612f07.tar.gz |
Put it into security sandbox - don't allow 'drweb' user to own any files
excepting pid/socket/temp
Diffstat (limited to 'security/drweb/files')
-rw-r--r-- | security/drweb/files/ini-patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/drweb/files/ini-patch b/security/drweb/files/ini-patch index 70a07a5..ff0f45f 100644 --- a/security/drweb/files/ini-patch +++ b/security/drweb/files/ini-patch @@ -1,5 +1,5 @@ ---- drweb32.ini-tmpl.orig Sat Oct 6 07:36:56 2001 -+++ drweb32.ini-tmpl Sat Oct 6 07:39:10 2001 +--- drweb32.ini-tmpl.orig Mon Oct 15 19:26:56 2001 ++++ drweb32.ini-tmpl Mon Oct 15 19:30:53 2001 @@ -5,7 +5,7 @@ [BSD] @@ -22,13 +22,13 @@ FilesTypes = INI,MBR,IMG,CSC,CPL,MBP,SHS,SHB,PIF LogTime = Yes LogFileName = "syslog" -+PidFile = "__INSTALL_DIR__/drwebd.pid" ++PidFile = "__INSTALL_DIR__/run/drwebd.pid" ;BusyFile = "/var/run/drwebd.bsy" -SocketMode = TCP -;SocketMode = Unix +;SocketMode = TCP +SocketMode = Unix -+SocketFile = "__INSTALL_DIR__/drwebd.sock" ++SocketFile = "__INSTALL_DIR__/run/drwebd.sock" DaemonPort = 3000 SocketTimeout = 40 SocketReuseAddr = Yes |