To install SELinux on Pop-OS, follow the official installation guide and ensure your system meets the requirements.
To install SELinux on Pop-OS, follow the official installation guide and ensure your system meets the requirements.
Pop@pop-os:~$ cat /etc/selinux/config
This file manages SELinux settings on the system.
SELINUX can be set to enforcing, permissive, or disabled.
SELINUXTYPE can be targeted or MLS.
Pop@pop-os:~$ getenforce Disabled
Pop@pop-os:~$ setenforce 1
setenforce: SELinux is disabled
Pop@pop-os:~$ setenforce 0
setenforce: SELinux is disabled
Pop@pop-os:~$ this is what I got so far and I’m stuck.
I’ve made some changes to the config file to try fixing it, but it seems incomplete. Can someone assist?