Run a script at boot time

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Run a script at boot time

1,561 次查看
afreenmusarrath23
Contributor I

Hello Sir 

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!

Thanku

标签 (1)
0 项奖励
回复
3 回复数

1,549 次查看
b36401
NXP Employee
NXP Employee

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.

0 项奖励
回复

1,537 次查看
afreenmusarrath23
Contributor I
破坏者
 

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.

0 项奖励
回复

1,530 次查看
b36401
NXP Employee
NXP Employee

Please note that SELinux only adds the restrictions. So I suppose a script may work without SELinux not worse than with.

0 项奖励
回复