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:
parent
d62e49b624
commit
0995113189
3 changed files with 5 additions and 2 deletions
|
@ -17,6 +17,9 @@ Deprecated
|
|||
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
|
||||
-------
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ Architecture = auto
|
|||
#CheckSpace
|
||||
#VerbosePkgLists
|
||||
ParallelDownloads = 5
|
||||
DownloadUser = alpm
|
||||
#DownloadUser = alpm
|
||||
#DisableSandbox
|
||||
|
||||
# By default, pacman accepts packages signed by keys that its local keyring
|
||||
|
|
|
@ -36,7 +36,7 @@ Architecture = auto
|
|||
#CheckSpace
|
||||
#VerbosePkgLists
|
||||
ParallelDownloads = 5
|
||||
DownloadUser = alpm
|
||||
#DownloadUser = alpm
|
||||
#DisableSandbox
|
||||
|
||||
# By default, pacman accepts packages signed by keys that its local keyring
|
||||
|
|
Loading…
Add table
Reference in a new issue