diff options
| author | Nik Clayton <nik@FreeBSD.org> | 2002-01-09 13:16:26 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 2002-01-09 13:16:26 +0000 |
| commit | 53d3620b6ac88e9fe76df361241b4e5c7e28918f (patch) | |
| tree | 8faa0b047e4b5fbb801327ac65dd2e34e301528b | |
| parent | 80139fbc9e624f2e140330f80db4f41cdef78989 (diff) | |
Notes
| -rw-r--r-- | share/man/man5/core.5 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5 index a3ff55848940..2b6f00f54f7f 100644 --- a/share/man/man5/core.5 +++ b/share/man/man5/core.5 @@ -78,6 +78,14 @@ yielding the traditional .Fx behaviour. .Pp +By default, a process that changes user or group credentials whether +real or effective will not create a corefile. This behaviour can be +changed to generate a core dump by setting the +.Xr sysctl 8 +variable +.Va kern.sugid_coredump +to 1. +.Pp The core file consists of the .Fa u . area, whose size (in pages) is |
