On Sun, Oct 20, 2013 at 12:04 AM, Zoran Kolic <[email protected]> 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.` _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "[email protected]"
