diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2004-02-25 23:45:57 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-02-25 23:45:57 +0000 |
| commit | c39ebb1dbbc3472af7600a106838b8e4ee6163e6 (patch) | |
| tree | e4203cef0e18ccd65dbc668359693d2d9e6ed679 /sbin/routed/pathnames.h | |
| parent | 094bdd260c4a401e67de381f146681edde6dd334 (diff) | |
| parent | caa79e368ec2cd0a6c85c7febfc8b6d26779b6c6 (diff) | |
Notes
Diffstat (limited to 'sbin/routed/pathnames.h')
| -rw-r--r-- | sbin/routed/pathnames.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/routed/pathnames.h b/sbin/routed/pathnames.h index b99bcc24d28e..b8338932a957 100644 --- a/sbin/routed/pathnames.h +++ b/sbin/routed/pathnames.h @@ -42,7 +42,9 @@ /* All remotely requested trace files must either start with this prefix * or be the same as the tracefile specified when the daemon was started. * If this is a directory, routed will create log files in it. That - * might be a security problem. + * might be a security problem. However, if bad guys can write in the + * default value, /etc, you have far worse security problems than anything + * this might do. In other words, it makes no sense to turn this off. * * Leave this undefined, and only the trace file originally specified * when routed was started, if any, will be appended to. |
