[Bug 285408] linux: jid 1 pid 88998 (server): sysctl {1,40,6} is not implemented
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Mar 2025 15:03:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285408
Ed Maste <emaste@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.freebsd.org/bu
| |gzilla/show_bug.cgi?id=2623
| |69
CC| |emaste@freebsd.org
--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
CTL_KERN=1, /* General kernel info and control */
KERN_RANDOM=40, /* Random driver */
and in drivers/char/random.c there is static const struct ctl_table
random_table with kernel.random.boot_id and kernel.random.uuid both specifying
proc_do_uuid. So AFIACT this is just a sysctl interface equivalent to procfs
sys/kernel/random/uuid. We have an implementation in linprocfs for that, and it
should be relatively straightforward to add.
Is the application publicly available?
--
You are receiving this mail because:
You are the assignee for the bug.