From f073e6433518264d15fc7699b190b48258633b7e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 10 May 2023 08:39:35 -0300 Subject: etc/sh/rc: Make sure /run/setuid-programs is always at the beginning of $PATH --- etc/sh/rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/sh/rc b/etc/sh/rc index e2888cc..3b26de3 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -111,6 +111,8 @@ for d in "$XDG_PREFIX"/opt/bin-dirs/*; do path_add PATH "$PATH" "$d" done +PATH="/run/setuid-programs:$PATH" + # -- cgit v1.2.3