* [bug#75128] [PATCH] doc: Fix documentation for privileged-programs.
@ 2024-12-26 23:06 Ale Abdo
2024-12-28 5:50 ` Maxim Cournoyer
0 siblings, 1 reply; 2+ messages in thread
From: Ale Abdo @ 2024-12-26 23:06 UTC (permalink / raw)
To: 75128; +Cc: Ale Abdo, Ludovic Courtès, Maxim Cournoyer
* doc/guix.texi (Privileged Programs): Properly close list.
Probable issue behind https://issues.guix.gnu.org/73451
Change-Id: Idcf4d242b0bc3d9fd7ad345eef2b65e2047ca473
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index da4d2f5ebc..347224f004 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -42600,7 +42600,7 @@ Privileged Programs
(privileged-programs
(append (list (privileged-program
(program (file-append nfs-utils "/sbin/mount.nfs"))
- (setuid? #t))
+ (setuid? #t)))
%default-privileged-programs)))
@end lisp
base-commit: 8f24cefc2c8f91ab63bdf5f816ca49fa7adb43d7
--
2.47.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#75128] [PATCH] doc: Fix documentation for privileged-programs.
2024-12-26 23:06 [bug#75128] [PATCH] doc: Fix documentation for privileged-programs Ale Abdo
@ 2024-12-28 5:50 ` Maxim Cournoyer
0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2024-12-28 5:50 UTC (permalink / raw)
To: Ale Abdo; +Cc: Ludovic Courtès, 75128
Ale Abdo <abdo@member.fsf.org> writes:
> * doc/guix.texi (Privileged Programs): Properly close list.
>
> Probable issue behind https://issues.guix.gnu.org/73451
>
> Change-Id: Idcf4d242b0bc3d9fd7ad345eef2b65e2047ca473
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-28 5:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-26 23:06 [bug#75128] [PATCH] doc: Fix documentation for privileged-programs Ale Abdo
2024-12-28 5:50 ` Maxim Cournoyer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).