| AlmaLinux10では、SELinuxの設定が難しく、不具合が多数発生のため無効化 SELinux状態確認 [root@falcon21 ~]# getenforce Enforcing ← SELinux有効 SELinux無効化 [root@falcon21 ~]# setenforce 0 SELinux状態確認 [root@falcon21 ~]# getenforce Permissive ← SELinux無効 システム起動時にSELinuxを無効化 [root@falcon21 ~]# grubby –update-kernel ALL –args selinux=0 |