Skip to content

community/sudo: fix paths differing between architectures

Sertonix requested to merge sertonix/aports:sudo-paths into master

sudo's configure guesses the paths based on the paths available on the host. This caused vardir to be different on x86 (/var/db) and aarch64 (/var/lib). Settings the paths explicitly disables the guessing.

Merge request reports

Loading