Comment 5 for bug 348639

Revision history for this message
Kees Cook (kees) wrote : Re: [Bug 348639] Re: typos in failsafeXinit

On Thu, Mar 26, 2009 at 07:01:52AM -0000, Anders Kaseorg wrote:
> zenity --text-info --editable --filename=/etc/X11/xorg.conf --width=640 --height=480 > "${xorg_conf_tmp}" && mv "${xorg_conf_tmp}" /etc/X11/xorg.conf

This action will cause /etc/X11/xorg.conf to be mode 600 (the mv retains
the permissions of the 600 tmp file). Perhaps add:

      chmod 644 /etc/X11/xorg.conf