Subject: Re: sysctl knob to let sugid processes dump core (pr 15994)
To: None <elad@NetBSD.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-security
Date: 01/24/2006 05:16:26
> @@ -902,7 +902,8 @@ struct kinfo_file {
>   * CTL_SECURITY definitions.
>   */
>  #define	SECURITY_CURTAIN	1
> -#define	SECURITY_MAXID		2
> +#define	SECURITY_SETIDCORE	2
> +#define	SECURITY_MAXID		3

again, why do you want this constant?

YAMAMOTO Takashi