1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-24 03:55:23 -04:00

fix(lock): add complete bundled PAM services (#2685)

This commit is contained in:
Ralph Zhou
2026-06-23 21:26:51 +08:00
committed by GitHub
parent a98c4f6c54
commit 39c247d9cb
6 changed files with 25 additions and 2 deletions
+9 -2
View File
@@ -150,10 +150,17 @@
--replace-fail /bin/bash ${pkgs.bashInteractive}/bin/bash
substituteInPlace $out/share/quickshell/dms/assets/pam/fprint \
--replace-fail pam_fprintd.so ${pkgs.fprintd}/lib/security/pam_fprintd.so
--replace-fail pam_fprintd.so ${pkgs.fprintd}/lib/security/pam_fprintd.so \
--replace-fail pam_deny.so ${pkgs.pam}/lib/security/pam_deny.so \
--replace-fail pam_permit.so ${pkgs.pam}/lib/security/pam_permit.so
substituteInPlace $out/share/quickshell/dms/assets/pam/u2f \
--replace-fail pam_u2f.so ${pkgs.pam_u2f}/lib/security/pam_u2f.so
--replace-fail pam_u2f.so ${pkgs.pam_u2f}/lib/security/pam_u2f.so \
--replace-fail pam_deny.so ${pkgs.pam}/lib/security/pam_deny.so \
--replace-fail pam_permit.so ${pkgs.pam}/lib/security/pam_permit.so
substituteInPlace $out/share/quickshell/dms/assets/pam/other \
--replace-fail pam_deny.so ${pkgs.pam}/lib/security/pam_deny.so
installShellCompletion --cmd dms \
--bash <($out/bin/dms completion bash) \