Removing sysctl security.mac.bsdextended as it no longer exists.A
PR: 109104
Reported by: waldeck@gmx.de
Differential D47498
mac_bsdextended: remove obsolete sysctl from man page freebsd_ny-central.org on Sat, Nov 9, 7:36 PM. Authored by Tags None Referenced Files
Subscribers
Details
Diff Detail
Event TimelineComment Actions Kldloading mac_bsdextended, I don't have this sysctl and the man syntax looks good to me. Is it possible we can get the commit message saying when this sysctl was removed? I see the sysctl existing 19 years ago in 56c38cd967. Comment Actions after looking at the code, I'm wondering - that sysctl is still in the code but it really just sits there as the man page suggests. Maybe we should clean up the module first? Or maybe I'm reading this wrong? Don't want to jump to conclusions. static SYSCTL_NODE(_security_mac_bsdextended, OID_AUTO, rules, CTLFLAG_MPSAFE | CTLFLAG_RW, sysctl_rule, "BSD extended MAC rules"); |