diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2011-06-22 09:32:34 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2011-06-22 09:32:34 +0000 |
commit | 78dc4e2c794a8e20e035ba3fda31b9bc36d750d9 (patch) | |
tree | 4e9e4717c395c5852e9034a497047f28bdc2b917 /share/man | |
parent | f07ff2fcd1b28673eadb5edb455b4d8f632154e7 (diff) |
document SYSTR_POLICY_KILL syscall policy
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/systrace.4 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/systrace.4 b/share/man/man4/systrace.4 index fb4d87c667e..f05a8200e13 100644 --- a/share/man/man4/systrace.4 +++ b/share/man/man4/systrace.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systrace.4,v 1.17 2007/05/31 19:19:52 jmc Exp $ +.\" $OpenBSD: systrace.4,v 1.18 2011/06/22 09:32:33 djm Exp $ .\" .\" Copyright (c) 2002, 2003 CubeSoft Communications, Inc. .\" All rights reserved. @@ -24,7 +24,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 22 2011 $ .Dt SYSTRACE 4 .Os .Sh NAME @@ -57,6 +57,10 @@ is made. Immediately allow the system call. .It Dv SYSTR_POLICY_NEVER Immediately return an error code. +.It Dv SYSTR_POLICY_KILL +Sends +.Dv SIGKILL +to the traced process. .El .Sh SYSTRACE MESSAGES A |