From owner-freebsd-security@FreeBSD.ORG Sun Oct 20 05:44:07 2013 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5D05BAFC for ; Sun, 20 Oct 2013 05:44:07 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-qe0-x22d.google.com (mail-qe0-x22d.google.com [IPv6:2607:f8b0:400d:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1AC9726CE for ; Sun, 20 Oct 2013 05:44:07 +0000 (UTC) Received: by mail-qe0-f45.google.com with SMTP id 8so3016533qea.18 for ; Sat, 19 Oct 2013 22:44:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=GrcP+ffrSk4K/IMtnhU48QkeHzKDQAc56r/aypINNmE=; b=Wxmte0TmzD8FHIWBRLI3CHhKB6CjjQRE6DORSm7t2VteN7+wSx4eTWnAQyEXF5AzVD 277CCAGrdy1AeFfk9eBtiF7eUsrlIhIkuQSTiyrXEAc9lSSQtwXFsRCv00qapNAcGase cSiT4fJF0YltoJW3c+rfTUbQAh+SU4qNDd04o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=GrcP+ffrSk4K/IMtnhU48QkeHzKDQAc56r/aypINNmE=; b=QTlFwMxNytx7ud3M0C65qYD3OIApmnw0PXznBIUIXbfAnVSHjfufnrCUKNigcf4LKt JzuRaHnk1RhuHibJ3VfeETUVm/Ut+VjypDQ21RNJRZLx9DYReW5EIiFRpP7eK74PjnYF AEsPLvZgbs/JNEQCbMSSqT/CCWGzmps4TNbWuBostwvWpB/NzNruXv5G+iYn/D9gD8FC uD2Wj2e6Q+PUl1DhY8qzeGLmMvqlV5ngAYlolTSlE9M1912PeQoQ9COVCYmW5r0E9jBO eYsybXZvV4pBXX1Yq7QFHxFb49sgZbE4SMceF+FCPWnX6BzF4NK34KZdrp4zdwcs7kmo 2ggw== X-Gm-Message-State: ALoCoQlqXaycjwA2/Y9W61SJlB+t98+Z7Ji86gCL7rvUsr9Ly5UZvKe3F7WIEwpewaGHefWoA6Z5 X-Received: by 10.229.73.6 with SMTP id o6mr14727419qcj.2.1382247846130; Sat, 19 Oct 2013 22:44:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.63.101 with HTTP; Sat, 19 Oct 2013 22:43:35 -0700 (PDT) In-Reply-To: <20131020040409.GA11465@faust.sbb.rs> References: <20131020040409.GA11465@faust.sbb.rs> From: Eitan Adler Date: Sun, 20 Oct 2013 01:43:35 -0400 Message-ID: Subject: Re: .rnd file after starting X To: Zoran Kolic Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-security@freebsd.org" X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 05:44:07 -0000 On Sun, Oct 20, 2013 at 12:04 AM, Zoran Kolic wrote: > After updating to 9.2 release and upgrading ports, > I had to compile nvidia driver 319.32. Finally, have > graphics up. One file shows out of the blue, when- > ever I run startx, spite I remove it regurarly. The > size is 1024. Man for rand mentions it. I cannot see > what openssl has to do with X at the moment. Amd64. > I might send the file if someone wants to take a closer > look at it. > Best regards startx calls openssl rand when creating its cookie file: 163 mcookie=`/usr/bin/openssl rand -hex 16 It is safe to leave this file alone.`