Installazione dei pacchetti necessari al management di SELinux.
[root@statichostname ~]# yum -y install policycoreutils selinux-policy selinux-policy-targeted libselinux-utils setroubleshoot-server setools setools-console mcstrans policycoreutils-devel selinux-policy-devel
Attivazione di SELinux e relabel del file system
[root@statichostname ~]# vi /etc/selinux/config [root@statichostname ~]# grep ^SELINUX= /etc/selinux/config SELINUX=enforcing [root@statichostname ~]# touch /.autorelabel [root@statichostname ~]# reboot
Creazione utenti
[root@statichostname ~]# useradd user1 [root@statichostname ~]# useradd user2 [root@statichostname ~]# # set password (user1/user1, user2/user2)