Re: [PATCH] Fix bug allowing unprivileged users to modify system time
bug-hurd
Top
][
All Lists
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
Re: [PATCH] Fix bug allowing unprivileged users to modify system time
From
Samuel Thibault
Subject
Re: [PATCH] Fix bug allowing unprivileged users to modify system time
Date
Tue, 24 Mar 2026 22:01:08 +0100
Manolo de Medici, le mar. 24 mars 2026 20:58:20 +0000, a ecrit:
This change of API should cause no breakage in glibc compilation
since that already uses the host privileged port.
D'oh! Thanks for spotting this!

---
include/mach/mach_host.defs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/mach/mach_host.defs b/include/mach/mach_host.defs
index 501ca0f6..3b9b0c58 100644
--- a/include/mach/mach_host.defs
+++ b/include/mach/mach_host.defs
@@ -367,7 +367,7 @@ routine host_get_time64(
* Only available to privileged users.
*/
routine host_set_time64(
- host : host_t;
+ host_priv : host_priv_t;
new_time : time_value64_t);
/*
--
2.53.0
Prev in Thread
Current Thread
[Next in Thread]
[PATCH] Fix bug allowing unprivileged users to modify system time
Manolo de Medici
2026/03/24
Re: [PATCH] Fix bug allowing unprivileged users to modify system time
Samuel Thibault
<=
Prev by Date:
Re: [web tweaks 0/4] various wiki tweaks
Next by Date:
Re: [PATCH] add "$ guix shell" to web_pages.mdwn
Previous by thread:
[PATCH] Fix bug allowing unprivileged users to modify system time
Next by thread:
[PATCH] Make processor set interface privileged
Index(es):
Date
Thread