The installation of Gentoo SELinux is the same as regular Gentoo. The regular
install should be followed from the
Only ext2, ext3, ext4, JFS, XFS and Btrfs are supported at this time. Reiserfs does not provide the necessary XATTR support, and Reiser4 is not well tested.
XFS users should use 512 byte inodes (the default is 256). SELinux keeps file security lables in the extended attributes, which XFS stores in the inode. If the inode is too small an extra block has to be used, which wastes a lot of space and incurs performace penalties.
# mkfs.xfs -i size=512 /dev/hda3
You can save time by looking ahead to the