From 3366dda96c9131702b37d4c20c4d693b191008f7 Mon Sep 17 00:00:00 2001 From: Gregory Lee Bartholomew Date: Sep 13 2022 02:42:09 +0000 Subject: Permissive mode is only needed while building the container --- diff --git a/README.md b/README.md index e045382..b8c0571 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Zinebot is a chatbot designed to help Fedora Magazine editors run their weekly m ``` $ sudo semanage permissive -a container_t $ buildah unshare ./build.sh zinebot +$ sudo semanage permissive -d container_t $ sudo make selinux-policy $ touch $HOME/.local/opt/zinebot/config $ chmod 600 $HOME/.local/opt/zinebot/config