Currently reads: # mount -t proc proc /mnt/gentoo/proc # mount -t selinuxfs none /mnt/gentoo/selinux # cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf # chroot /mnt/gentoo /bin/bash # env-update Regenerating /etc/ld.so.cache... # source /etc/profile (The above points your shell to the new paths and updated binaries.) Should read # mount -t proc proc /mnt/gentoo/proc # mkdir /mnt/gentoo/selinux # mount -t selinuxfs none /mnt/gentoo/selinux # cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf # chroot /mnt/gentoo /bin/bash # env-update Regenerating /etc/ld.so.cache... # source /etc/profile (The above points your shell to the new paths and updated binaries.) Reproducible: Always Steps to Reproduce: 1. 2. 3.
/proj/en/hardened/* is maintained by the hardened team guys themselves Thanks for reporting, passing it on to them.
Install guide replaced with SELinux handbook