diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-15 15:44:22 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-15 15:44:22 +0000 |
commit | ac769c8402bfe59e1cc694fffed2a51095183f0c (patch) | |
tree | e408b5cef18ebff7fe7a5b4320b4e2f3a9dd927c /security/drweb/files | |
parent | - Update to version 0.3.3 (diff) |
Put it into security sandbox - don't allow 'drweb' user to own any files
excepting pid/socket/temp
Notes
Notes:
svn path=/head/; revision=48804
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 70a07a5ae9c1..ff0f45f52c25 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 |