From cec1c0837b6fd4b7755351a52acdcacb03ad97d7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 29 Sep 2023 12:24:08 -0300 Subject: etc/sh/rc: Force prefix $PATH with setuid programs first --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sh/rc b/etc/sh/rc index cf61f03..fe683fa 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -150,7 +150,7 @@ for d in "$XDG_PREFIX"/opt/bin-dirs/*; do path_add PATH "$PATH" "$d" done -PATH="/run/setuid-programs:$XDG_PREFIX/bin:$PREFIX/bin:$PATH" +PATH="/run/setuid-programs:/run/wrappers/bin:$XDG_PREFIX/bin:$PREFIX/bin:$PATH" -- cgit v1.2.3