处理linux rescue模式下修改密码失败
(2011-06-28 10:40)
linux rescue模式下修改密码失败.
chroot /mnt/sysimage
passwd root
system_u:system_r:anaconda_t:S0 is not authorized to change the passwd of root .
chroot /mnt/sysimage
passwd root
system_u:system_r:anaconda_t:S0 is not authorized to change the passwd of root .
解决方法:
linux rescue selinux=0

