diff options
author | 2002-06-04 22:46:42 +0000 | |
---|---|---|
committer | 2002-06-04 22:46:42 +0000 | |
commit | c2ac014857fd1a13e325cb5f6aa98b1e5406f94d (patch) | |
tree | 893fec95d502959a270199c028346dafb46ae2c7 | |
parent | log offending syscalls to syslog in automatic mode. dugsong@ (diff) | |
download | wireguard-openbsd-c2ac014857fd1a13e325cb5f6aa98b1e5406f94d.tar.xz wireguard-openbsd-c2ac014857fd1a13e325cb5f6aa98b1e5406f94d.zip |
document
-rw-r--r-- | bin/systrace/systrace.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/systrace/systrace.1 b/bin/systrace/systrace.1 index 30e71feeddf..fdaad4e1d15 100644 --- a/bin/systrace/systrace.1 +++ b/bin/systrace/systrace.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systrace.1,v 1.6 2002/06/04 20:19:49 provos Exp $ +.\" $OpenBSD: systrace.1,v 1.7 2002/06/04 22:46:42 provos Exp $ .\" .\" Copyright 2002 Niels Provos <provos@citi.umich.edu> .\" All rights reserved. @@ -54,11 +54,12 @@ The options are as follows: .Bl -tag -width Dfxfile .It Fl a Enables automatic enforcement of configured policies. An operation -not covered by policy is denied. -.It Fl t -Uses text mode to ask for interactive policy generation. +not covered by policy is denied and logged via +.Xr syslog 3 . .It Fl i Inherits the policy of the first executed binary to all children. +.It Fl t +Uses text mode to ask for interactive policy generation. .It Fl U Ignore user configured policies and use only global system policies. .It Fl g Ar gui |