diff options
-rw-r--r-- | bin/systrace/systrace.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/bin/systrace/systrace.1 b/bin/systrace/systrace.1 index 430fd9be3de..c93d41f91f2 100644 --- a/bin/systrace/systrace.1 +++ b/bin/systrace/systrace.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systrace.1,v 1.4 2002/06/04 20:13:19 provos Exp $ +.\" $OpenBSD: systrace.1,v 1.5 2002/06/04 20:19:11 provos Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -70,6 +70,15 @@ are added to the policies that .Nm knows about. .El +.Sh FILES +.Bl -tag -width xHOME/xsystrace -compact +.It Pa /dev/systrace +systrace device +.It Pa /etc/systrace +global systrace policies +.It Pa $HOME/.systrace +user specified policies +.El .Sh SEE ALSO .Xr systrace 4 .Sh AUTHORS |