diff options
author | Nikolay Sturm <sturm@cvs.openbsd.org> | 2006-05-03 05:16:27 +0000 |
---|---|---|
committer | Nikolay Sturm <sturm@cvs.openbsd.org> | 2006-05-03 05:16:27 +0000 |
commit | ae5998549bf956bccaebf5e2c0a499fffd5886c3 (patch) | |
tree | 45c8d3acb00ab38274052111c04a0367aff3631c /bin/systrace/systrace.1 | |
parent | 12c0974550ee4e1000814886ba0305a2a07e6456 (diff) |
be more clear about policy inheritance
help and ok jmc, provos
Diffstat (limited to 'bin/systrace/systrace.1')
-rw-r--r-- | bin/systrace/systrace.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/systrace/systrace.1 b/bin/systrace/systrace.1 index e07b1515aa8..20830691e74 100644 --- a/bin/systrace/systrace.1 +++ b/bin/systrace/systrace.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systrace.1,v 1.41 2005/04/23 09:36:47 jmc Exp $ +.\" $OpenBSD: systrace.1,v 1.42 2006/05/03 05:16:26 sturm Exp $ .\" .\" Copyright 2002 Niels Provos <provos@citi.umich.edu> .\" All rights reserved. @@ -134,7 +134,9 @@ knows about. .It Fl g Ar gui Specifies an alternative location for the notification user interface. .It Fl i -Inherits the policy \- child processes inherit policy of the parent binary. +Inherits the policy after a call to +.Xr execve 2 . +If this option is not specified, a new program will get its own policy. .It Fl p Ar pid Specifies the pid of a process that .Nm |