[Bug 285408] linux: jid 1 pid 88998 (server): sysctl {1,40,6} is not implemented
| Newsgroups | gmane.os.freebsd.devel.emulation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285408 Ed Maste <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=2623 | |69 CC| |[email protected] --- Comment #1 from Ed Maste <[email protected]> --- 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.