Remove DownloadUser from pacman.conf

`DownloadUser = alpm` does not appear to be suitable for mkarchiso use
since there is no guarantee that `alpm` user has access to the working
directory.

Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/232
Fixes: 691c57fc2e ("Update pacman.conf for pacman 7")
This commit is contained in:
nl6720 2024-11-22 12:20:15 +02:00
parent d62e49b624
commit 0995113189
No known key found for this signature in database
GPG key ID: 6B5387E670A955AD
3 changed files with 5 additions and 2 deletions

View file

@ -17,6 +17,9 @@ Deprecated
Fixed Fixed
----- -----
- Commented out ``DownloadUser`` in ``pacman.conf`` so that the working directory is not restricted to paths to which
the ``alpm`` user has access to.
Removed Removed
------- -------

View file

@ -36,7 +36,7 @@ Architecture = auto
#CheckSpace #CheckSpace
#VerbosePkgLists #VerbosePkgLists
ParallelDownloads = 5 ParallelDownloads = 5
DownloadUser = alpm #DownloadUser = alpm
#DisableSandbox #DisableSandbox
# By default, pacman accepts packages signed by keys that its local keyring # By default, pacman accepts packages signed by keys that its local keyring

View file

@ -36,7 +36,7 @@ Architecture = auto
#CheckSpace #CheckSpace
#VerbosePkgLists #VerbosePkgLists
ParallelDownloads = 5 ParallelDownloads = 5
DownloadUser = alpm #DownloadUser = alpm
#DisableSandbox #DisableSandbox
# By default, pacman accepts packages signed by keys that its local keyring # By default, pacman accepts packages signed by keys that its local keyring