diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-23 09:36:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-23 09:36:48 +0000 |
commit | 9188d62b8e97e164c9281128af402cd921f2aa3e (patch) | |
tree | 81118eb3a4963516865b899d923f85548208184c | |
parent | 47b50cc72ed99771f3dd5e4f40cc9abc5feda0f0 (diff) |
-c option may take either integer or name, not just integer;
diff from ray;
ok sturm@
-rw-r--r-- | bin/systrace/systrace.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/systrace/systrace.1 b/bin/systrace/systrace.1 index 85fdf489ed1..e07b1515aa8 100644 --- a/bin/systrace/systrace.1 +++ b/bin/systrace/systrace.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systrace.1,v 1.40 2004/02/01 17:34:10 jmc Exp $ +.\" $OpenBSD: systrace.1,v 1.41 2005/04/23 09:36:47 jmc Exp $ .\" .\" Copyright 2002 Niels Provos <provos@citi.umich.edu> .\" All rights reserved. @@ -40,7 +40,7 @@ .Nm systrace .Bk -words .Op Fl AaCeitUu -.Op Fl c Ar uid:gid +.Op Fl c Ar user:group .Op Fl d Ar policydir .Op Fl f Ar file .Op Fl g Ar gui @@ -108,13 +108,13 @@ This may be useful, for example, in scenarios where .Nm is being heavily used. If a cradle server is not running, one is launched. -.It Fl c Ar uid:gid +.It Fl c Ar user:group Specifies the -.Va uid +.Va user and -.Va gid +.Va group that the monitored application should be executed with, -which must be specified as nonnegative integers (not as names). +which may be either non-negative integers or names. This is useful in conjunction with privilege elevation and requires root privilege. .It Fl d Ar policydir |