On Tue, Nov 11, 2014 at 07:43:21PM +0100, Patrick Bégou wrote: > I have a fesh install of CentOS release 6.6 on my laptop. I want to > use a more secure config with /home crypted. But when this partition > is mounted I cannot login anymore on my laptop. Only root can login. > This occur at level 5 (graphic login) or 3 (text login). The message > is "Cannot enter home directory. Using /." Does the new /home have the SELinux context home_root_t? Does your new home directory have the context user_home_dir_t? Does running '/sbin/restorecon -r -v /home' fix the issue? -- Jonathan Billings <billings at negate.org>