[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/23: gnu: Add pam-uaccess.
From: |
guix-commits |
Subject: |
08/23: gnu: Add pam-uaccess. |
Date: |
Mon, 5 Feb 2024 02:29:42 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit 368c6e3cf07a12c190bc6ebc713f9bb7f99ee9fd
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sun Jan 28 13:39:51 2024 +0800
gnu: Add pam-uaccess.
* gnu/packages/admin.scm (pam-uaccess): New variable.
Change-Id: I71b16e8548359fe59b2d09bb91b050bf9be33a78
---
gnu/packages/admin.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index fcf05992d8..2dbb604fa9 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4907,6 +4907,33 @@ It can mount all local file systems supported by
@command{mount}, as well as
LUKS volumes encrypted with the user's log-in password.")
(license (list license:gpl2+ license:lgpl2.1+))))
+(define-public pam-uaccess
+ (let ((commit "54fbf043c63cc500b4850b0b4a12ea14078f2b53")
+ (revision "0"))
+ (package
+ (name "pam-uaccess")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~kennylevinsen/pam_uaccess")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "08068cw4nvcanym8b5dyccnnb3qc3f09pbvi6fcfiz227yx73npc"))))
+ (build-system meson-build-system)
+ (native-inputs (list pkg-config))
+ (inputs (list acl eudev linux-pam))
+ (home-page "https://git.sr.ht/~kennylevinsen/pam_uaccess")
+ (synopsis
+ "PAM module that grants access to devices tagged @code{uaccess} in
udev")
+ (description
+ "@code{pam_uaccess} is a PAM module that grants access to devices tagged
+@code{uaccess} in udev for the duration of the users' session, replacing
+elogind's uaccess feature.")
+ (license license:expat))))
+
(define-public jc
(package
(name "jc")
- branch master updated (abeffc8237 -> 5a806face5), guix-commits, 2024/02/05
- 01/23: gnu: mbedtls-for-hiawatha: Use inherited source., guix-commits, 2024/02/05
- 05/23: gnu: mbedtls-apache: Rename to mbedtls-lts., guix-commits, 2024/02/05
- 04/23: gnu: mbedtls-apache: Use gexps., guix-commits, 2024/02/05
- 07/23: services: kernel-module-lodaer: Add udev requirement., guix-commits, 2024/02/05
- 08/23: gnu: Add pam-uaccess.,
guix-commits <=
- 09/23: gnu: font-sarasa-gothic: Update to 1.0.5., guix-commits, 2024/02/05
- 10/23: gnu: phantomsocks: Update to 0.0.0-20240125140126-2576269ca69a., guix-commits, 2024/02/05
- 02/23: gnu: mbedtls-for-hiawatha: Update package style., guix-commits, 2024/02/05
- 06/23: gnu: Add mbedtls, version 3.5.2., guix-commits, 2024/02/05
- 03/23: gnu: mbedtls-apache: Update to 2.28.7., guix-commits, 2024/02/05
- 12/23: gnu: kconfig-hardened-check: Update to 0.6.6., guix-commits, 2024/02/05
- 13/23: gnu: kconfig-hardened-check: Rename to kernel-hardening-checker., guix-commits, 2024/02/05
- 16/23: gnu: emacs-wanderlust: Update to 2.15.9-818.9fd2c65., guix-commits, 2024/02/05
- 21/23: gnu: go-github-com-docker-go-connections: Update to 0.5.0., guix-commits, 2024/02/05
- 15/23: gnu: emacs-semi-epg: Update to 1.14.6-248.9063a44., guix-commits, 2024/02/05