CentOS7修改密码 及 随后可能的报错处理(failed to load SELinux policy freezing)
Centos7修改root密码: https://blog.csdn.net/shanvlang/article/details/80385913
估计不需要"SELinux,不要执行"touch /.autorelabel",可能会造成新的问题.
当时造成了如下的问题:
failed to load SELinux policy freezing
比较好的解决方案:https://blog.csdn.net/Angelloverbest/article/details/77825105
当时使用了 selinux=0,就好了.
新战场:https://blog.csdn.net/Stephen___Qin