diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-04 07:01:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-04 07:01:11 +0000 |
commit | 6a78d356c1f8ca20a369c7b75d078de5536dcbcd (patch) | |
tree | 1066aefb604364e9ef24e3ea8a2f6b6394e6e594 /share | |
parent | 4381d904c0f58383676cc76eba40ea416585bcf0 (diff) |
tweak previous;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/core.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5 index c89c8ae88ba..4dcd758e31e 100644 --- a/share/man/man5/core.5 +++ b/share/man/man5/core.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: core.5,v 1.17 2014/05/04 03:53:38 deraadt Exp $ +.\" $OpenBSD: core.5,v 1.18 2014/05/04 07:01:10 jmc Exp $ .\" $NetBSD: core.5,v 1.4 1994/11/30 19:31:11 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -164,13 +164,13 @@ A file format appeared in .At v3 . .Sh CAVEATS -Programs which are started with (either) the set-user-ID or +Programs which are started with either the set-user-ID or set-group-ID bits set, -or which change their uid or gid after starting, will normally not +or which change their UID or GID after starting, will normally not dump core. This is to prevent sensitive information from inadvertently ending up on disk. -This behaviour can be changed (for debugging purposes) by changing +This behaviour can be changed (for debugging purposes) by changing the .Li kern.nosuidcoredump .Xr sysctl 3 variable to the right settings. |