Date: Thu, 31 Jan 2002 12:11:31 +0100 From: Miguel Mendez <flynn@energyhq.homeip.net> To: "Thomas E. Zander" <riggs@hadiko.de>, ports@freebsd.org Subject: Re: gnupg insecure memory Message-ID: <20020131111203.A15F63FC05@energyhq.homeip.net> In-Reply-To: <20020131110513.GE46820@f113.hadiko.de> References: <20020131110513.GE46820@f113.hadiko.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 31 January 2002 12:05, Thomas E. Zander wrote: Hi there, > Hi, > > I have now upgraded to 4.5-RELEASE, all applications built from > scratch, and gnupg tells about "using insecure memory". > > Normally, this happens only if the gpg binary is not setuid root. > But it is, and this message appears to root, too. > > Does anybody else see this behavior and has an idea of what's going on > there? This is totally normal behavior. Insercure memory means that the pages that contain you private key data might get swapped. In order to avoid this they need to be marked as non-swappable (don't remember the exact term, sorry) and only setuid programs can do it if you run them as a normal user. Not a big issue I think. Cheers, -- Miguel Mendez - flynn@energyhq.homeip.net Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://energyhq.homeip.net FreeBSD - The power to serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020131111203.A15F63FC05>