I have tried running a script while booting on imx8m mini board by making selinux as permissive. Is it possible to run a script while booting by making selinux as enforcing ? how? please help me out!
If SELinux is disabled it can not be enabled without rebooting. However when in enabled you can turn it on and off with "setenforce 1"/"setenforce 0" commands.
I have created a script which should run automatically while booting ! Is it possible to do this without enabling selinux? if yes please tell me how to do that.