emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68768: closed ([PATCH] gnu: Add pam-uaccess.)


From: GNU bug Tracking System
Subject: bug#68768: closed ([PATCH] gnu: Add pam-uaccess.)
Date: Mon, 05 Feb 2024 07:36:01 +0000

Your message dated Mon, 05 Feb 2024 15:35:11 +0800
with message-id <875xz38its.wl-hako@ultrarare.space>
and subject line Re: [#68768] [PATCH] gnu: Add pam-uaccess.
has caused the debbugs.gnu.org bug report #68768,
regarding [PATCH] gnu: Add pam-uaccess.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68768: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68768
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add pam-uaccess. Date: Sun, 28 Jan 2024 13:41:26 +0800
* 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 @@ (define-public pam-mount
 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")

base-commit: 73d8e5a9352304a5192b22e04ef022234488e0da
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [#68768] [PATCH] gnu: Add pam-uaccess. Date: Mon, 05 Feb 2024 15:35:11 +0800
On Sun, 28 Jan 2024 13:41:26 +0800,
Hilton Chain wrote:
> 
> * gnu/packages/admin.scm (pam-uaccess): New variable.
> 
> Change-Id: I71b16e8548359fe59b2d09bb91b050bf9be33a78
> ---
>  gnu/packages/admin.scm | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)

Applied as 368c6e3cf07a12c190bc6ebc713f9bb7f99ee9fd, closing.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]