If '-d soft' is given, have it set kern.cryptodevallowsoft to 1 if needed (and use atexit to set it back to 0 if that's how it started out).
I did not set up any signal handlers, however.
Differential D19372
Have cryptocheck toggle kern.cryptodevallowsoft as needed sef on Feb 26 2019, 11:05 PM. Authored by Tags None Referenced Files
Subscribers
Details If '-d soft' is given, have it set kern.cryptodevallowsoft to 1 if needed (and use atexit to set it back to 0 if that's how it started out). I did not set up any signal handlers, however. sysctl kern.cryptodevallowsoft
Diff Detail
Event TimelineComment Actions Seems unobjectionable to me. Ok by you, John?
Comment Actions Feedback from jhb. (Just uploaded for completeness sake; I'll be checking it in after I update my svn source, apply the patch, and do a buildworld just to make sure I didn't do anything stupid again.) |