diff options
author | rob <rob@cvs.openbsd.org> | 2020-07-26 13:27:25 +0000 |
---|---|---|
committer | rob <rob@cvs.openbsd.org> | 2020-07-26 13:27:25 +0000 |
commit | 35af3879a803bc52e8a54668f78817c3c9bf5640 (patch) | |
tree | c7122e6e49fafdc34e0d883c00514164a7519882 /share/man/man5 | |
parent | 2c9c5dd0d38303e2a1bf5c496fd58d88b6eb0d7d (diff) |
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 |