SELinuxを無効にするとき、再起動するとカーネルパニックになってしまう(CentOS6)
- POSTS
- 220 Words
SELinuxを無効にするとき、再起動するとカーネルパニックになってしまう(CentOS6) SElinuxを無効にする時、設定ファイルを誤って編集してしまったのが原因
変更箇所
SELINUX=enforcing
↓
SELINUX=disabled
ここを誤って別の箇所を変更したのが原因
初期状態
# This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=enforcing # SELINUXTYPE= can take one of these two values: # targeted - Targeted processes are protected, # mls - Multi Level Security protection.