mseal_all()
mseal_all()
Posted Jan 21, 2024 11:02 UTC (Sun) by itsmycpu (guest, #139639)Parent article: mseal() gets closer
Does a simple app, which plans to do not much else than to allocate more memory via malloc-like functions, have something worth sealing?
I'd guess a C lib can't just seal everything by default, so I wonder if a "mseal_all()" function would make sense that has no parameters at all.
It could be used by those who wouldn't much about how to use mseal() and its parameters.
(Of course in addition to mseal(). )