diff options
| author | 2020-07-26 13:27:23 +0000 | |
|---|---|---|
| committer | 2020-07-26 13:27:23 +0000 | |
| commit | 409840fe436dd34eac9741d6677e35ed9b055725 (patch) | |
| tree | 85581e443ad8d8ebd7398ccb750960d0cba39a59 /share/man/man5 | |
| parent | Reduce IWN_DEBUG message noise related to scanning. (diff) | |
| download | wireguard-openbsd-409840fe436dd34eac9741d6677e35ed9b055725.tar.xz wireguard-openbsd-409840fe436dd34eac9741d6677e35ed9b055725.zip | |
Reference unveil(2) in system accounting and daily.8.
Reminder that unveil does not kill from brynet and gsoares.
Wording tweaks from jmc; feedback from deraadt.
ok jmc@, millert@, solene@, "fine with me" deraadt@
Diffstat (limited to 'share/man/man5')
| -rw-r--r-- | share/man/man5/acct.5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man5/acct.5 b/share/man/man5/acct.5 index 6b91db718c2..f973459b51f 100644 --- a/share/man/man5/acct.5 +++ b/share/man/man5/acct.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acct.5,v 1.20 2019/09/09 20:02:26 bluhm Exp $ +.\" $OpenBSD: acct.5,v 1.21 2020/07/26 13:27:24 rob Exp $ .\" $NetBSD: acct.5,v 1.4 1995/10/22 01:40:10 ghudson Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)acct.5 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: September 9 2019 $ +.Dd $Mdocdate: July 26 2020 $ .Dt ACCT 5 .Os .Sh NAME @@ -43,7 +43,8 @@ The kernel maintains the following .Fa acct information structure for all processes. -If a process terminates, and accounting is enabled, the kernel calls the +If a process terminates or misbehaves in specific ways, +and accounting is enabled, the kernel calls the .Xr acct 2 function call to prepare and append the record to the accounting file. @@ -90,7 +91,7 @@ int acct_shutdown(void); #endif .Ed .Pp -If a terminated process was created by an +If a terminated or misbehaving process was created by an .Xr execve 2 , the name of the executed file (at most ten characters of it) is saved in the field |
