私はCentOS 5マシンで、vsftpdをインストールしてみます。設定したいftp_home_dir
を使用してsetsebool -P ftp_home_dir on
しかし、それは言う:
setsebool: SELinux is disabled.
私はsetenforce
を使用してそれを有効にしようとします:それはまだ言います:
setenforce: SELinux is disabled
それから私は試しました:
semodule -n -B
そしてそれは言う:
semodule: SELinux policy is not managed or store cannot be accessed.
私のconfigファイル:
# 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 - SELinux is fully disabled.
SELINUX=permissive
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
注:何度も再起動しました。
使用しているカーネルは、SELinuxサポートなしでビルドされています。ストックカーネルを使用しても、VPSに適したパーツは含まれません。 SELinuxサポートでカーネルを再構築すると、VPSパーツが機能しなくなります。 VPSでSELinuxを使用することはできません。
VPSは、SELinuxをサポートしないコンテナーベースの「仮想化」であるOpenVZで実行されます。 SELinuxが必要な場合は、Hyper-V、VMware、KVM、XenなどのゲストでSELinuxをサポートする別のハイパーバイザーに切り替える必要があります。