diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2004-02-25 23:20:22 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-02-25 23:20:22 +0000 |
commit | caa79e368ec2cd0a6c85c7febfc8b6d26779b6c6 (patch) | |
tree | 6eb0dee436aa933f3e476b972023dbfa6a56b33e /sbin/routed/pathnames.h | |
parent | 8b336df137952a0496f5e8d30747d009c939724e (diff) |
Virgin import of rhyolite.com routed v2.27vendor/SGI
Notes
Notes:
svn path=/vendor/SGI/dist_v_2_21/; revision=126247
Diffstat (limited to 'sbin/routed/pathnames.h')
-rw-r--r-- | sbin/routed/pathnames.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/routed/pathnames.h b/sbin/routed/pathnames.h index 317331068aa9..a88e1dee0319 100644 --- a/sbin/routed/pathnames.h +++ b/sbin/routed/pathnames.h @@ -33,6 +33,8 @@ * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 * * $NetBSD$ + * $FreeBSD$ + * $Revision: 2.23 $ */ #include <paths.h> @@ -42,7 +44,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. |