bundles/pacman: don't extract systemd-homed pam module
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2022-03-05 13:45:28 +01:00
parent 14e7fff081
commit 8ed4aa3751
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -10,6 +10,11 @@ ParallelDownloads = ${node.metadata.get('pacman/parallel_downloads')}
SigLevel = Required DatabaseOptional
VerbosePkgLists
# don't install systemd-homed pam module. It produces a lot of spam in
# journal about systemd-homed not being active, so just get rid of it.
# Requires reinstall of systemd package, though
NoExtract=usr/lib/security/pam_systemd_home.so
% for line in sorted(node.metadata.get('pacman/additional_config', set())):
${line}
% endfor