Closed christian-heusel closed 1 month ago
This PR should fix the issues I have mentioned in https://github.com/andrewgregory/pacutils/issues/76#issuecomment-2345066842, although I'm not much of a C programmer, so please double check everything!
$ LD_LIBRARY_PATH=lib/ ./src/pacconf --config=pacman.conf DisableSandbox DownloadUser DisableSandbox DownloadUser = alpm $ LD_LIBRARY_PATH=lib/ ./src/pacconf --config=pacman.conf | grep -E "DisableSandbox|DownloadUser" DownloadUser = alpm DisableSandbox
Manually incorporated into the pacman-7.0.0 commit.
This PR should fix the issues I have mentioned in https://github.com/andrewgregory/pacutils/issues/76#issuecomment-2345066842, although I'm not much of a C programmer, so please double check everything!