From: xf0r3m Date: Fri, 26 Sep 2025 11:03:18 +0000 (+0200) Subject: Dodanie bazy dla narzędzia immudex-run X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=861fc17504294f361f09113f94a1b4f89fabeec2;p=l-tc-n50s.git Dodanie bazy dla narzędzia immudex-run --- diff --git a/immudex-run.base b/immudex-run.base new file mode 100644 index 0000000..b9b39fe --- /dev/null +++ b/immudex-run.base @@ -0,0 +1,7 @@ +#!/bin/bash + +NATIVE_HOME_DIR="/home/${USER}"; +WORKING_HOME_DIR="/ic0"; + +APPS=("nextcloud" "keepassxc"); +CONFIG_DIRS=(".config/Nextcloud,.cache/Nextcloud,.local/share/Nextcloud" ".config/keepassxc,.cache/keepassxc");