From a22e4e864af85f8145580b17cb051c4be83e1d25 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Thu, 26 Oct 2023 06:17:29 +1100 Subject: [PATCH] Update podman.md * Update doc, add getenforce check validation --- docs/podman.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/podman.md b/docs/podman.md index 844a1c0c..e5b2f2dc 100644 --- a/docs/podman.md +++ b/docs/podman.md @@ -44,7 +44,13 @@ ERROR: The local file system returned an error with the following message: The database cannot be opened. Please check the permissions of ~/.config/onedrive/items.sqlite3 ``` -The only known work-around at present is to disable SELinux. Please refer to your distribution platform's instructions on how to perform this step. +The only known work-around for the above problem at present is to disable SELinux. Please refer to your distribution platform's instructions on how to perform this step. + +Post disabling SELinux and reboot, confirm that `getenforce` returns `Disabled`: +```text +$ getenforce +Disabled +``` ### 3. Test 'podman' on your platform Test that 'podman' is operational for your 'non-root' user, as per below.