SE Linuxを無効にしてみる
[root@linux ~]# getenforce ← SELinux状態確認 Enforcing ← SELinux有効 [root@linux ~]# setenforce 0 ← SELinux無効化 [root@linux ~]# getenforce ← SELinux状態確認 Permissive ← S…
1 件の記事
[root@linux ~]# getenforce ← SELinux状態確認 Enforcing ← SELinux有効 [root@linux ~]# setenforce 0 ← SELinux無効化 [root@linux ~]# getenforce ← SELinux状態確認 Permissive ← S…