summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-09-17 21:10:57 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-09-17 21:10:57 +0200
commit76e49580ee2371446390fda350ca146a062dcb41 (patch)
tree10077ab17ce571be4ed6d134a7987ad05f6bc7bf
parent4f5cd852c2c0084da7c3233ad54a929a7b68c046 (diff)
downloadvdr-76e49580ee2371446390fda350ca146a062dcb41.tar.gz
vdr-76e49580ee2371446390fda350ca146a062dcb41.tar.bz2
Added a security warning regarding SVDRP to the INSTALL file
-rw-r--r--HISTORY1
-rw-r--r--INSTALL5
2 files changed, 6 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b213307e..f229860f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -199,3 +199,4 @@ Video Disk Recorder Revision History
slashes, the recording file names have been damaged. Trailing slashes are
now silently removed.
- Fixed a buffer overflow in EIT parsing.
+- Added a security warning regarding SVDRP to the INSTALL file.
diff --git a/INSTALL b/INSTALL
index 98268e32..7b953be5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -52,6 +52,11 @@ port ("Simple Video Disk Recorder Protocol"). By default, it listens
on port 2001 (use the --port=PORT option to change this). For details
about the SVDRP syntax see the source file 'svdrp.c'.
+WARNING: DUE TO THE OPEN SVDRP PORT THIS PROGRAM MAY CONSTITUTE A
+======= POTENTIAL SECURITY HAZARD! IF YOU ARE NOT RUNNING VDR IN
+ A CONTROLLED ENVIRONMENT, YOU MAY WANT TO DISABLE SVDRP
+ BY USING '--port=0'!
+
If the program shall run as a daemon, use the --daemon option. This
will completely detach it from the terminal and will continue as a
background process.