From c424f7ac3bec412296106a6e23a4922fc8fbab1b Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 12 Feb 2024 10:40:15 +0000 Subject: [PATCH] sane-sandboxed: load all profiles, not just the first one we find this allows some amount of overriding, or splitting profiles between system and user dirs --- modules/programs/sane-sandboxed | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/programs/sane-sandboxed b/modules/programs/sane-sandboxed index fc9d54bc..6c9c1ca1 100644 --- a/modules/programs/sane-sandboxed +++ b/modules/programs/sane-sandboxed @@ -50,7 +50,6 @@ tryLoadProfileByName() { debug "try profile at path: '$_profilePath'" if [ -f "$_profilePath" ]; then loadProfileByPath "$_profilePath" - break fi done fi