On Mon, 13 Feb 2012 07:24:05 -0800 (PST)
Fernando de Oliveira <[email protected]> wrote:

> At the moment, what is more important to me is: what would be a reasonably 
> secure way to start X? At the moment, I am using "startx" from 
> ".bash_profile"at LFS "svn 7.0" and LXDM on the other LFS's.

I also used slim for a while but stopped using it because of security
problems (see
http://linuxfromscratch.org/pipermail/lfs-support/2011-October/041451.html)
What I do to start X is use a simple boot script with this in it:

user=andy
su - ${user} -c "xinit /etc/X11/xinitrc &> ~/.x-session-errors"

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to