From 3c95ce4b8ea7b3003521a5ecd8ddff5efe7fa58d Mon Sep 17 00:00:00 2001 From: Alessio Date: Nov 29 2019 21:19:31 +0000 Subject: Update README.md Remember to set SELinux in Enforcing mode once finished --- diff --git a/README.md b/README.md index 532e358..b18fdf1 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,13 @@ Edit the `fedora-repo.ks ` file and make sure following entry is available in th %include fedora-repo-rawhide.ks You have freedom to manage repository URLs within the fedora-repo-not-rawhide.ks file. For example, you can add your local repository as well. + +### In the end + +Once finished, remember to set SELinux in Enforcing mode. + +[danishka@localhost ~]$ getenforce +Permissive +[danishka@localhost ~]$ sudo setenforce 1 +[danishka@localhost ~]$ getenforce +Enforcing