Skip to content
Snippets Groups Projects
Commit 4dc84d58 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

Merge branch 'fix/sudo/paths' into 'master'

system/sudo: set a default secure_path

See merge request !504
parents 60c5b0f1 15696f45
No related branches found
No related tags found
1 merge request!504system/sudo: set a default secure_path
......@@ -9,7 +9,7 @@ if [ "${pkgver%_*}" != "$pkgver" ]; then
else
_realver=$pkgver
fi
pkgrel=0
pkgrel=1
pkgdesc="Give certain users the ability to run some commands as root"
url="https://www.sudo.ws/sudo/"
arch="all"
......@@ -59,7 +59,8 @@ build() {
--with-all-insults \
--enable-python=no \
--disable-log-server \
--disable-log-client
--disable-log-client \
--with-secure-path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# Workaround until SIGUNUSED.patch is not needed anymore
rm lib/util/mksiglist.h lib/util/mksigname.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment