gramineproject / examples

Sample applications configs for Gramine
BSD 3-Clause "New" or "Revised" License
28 stars 22 forks source link

MongoDB and Node.js: remove `sys.insecure__allow_eventfd` #91

Closed dimakuv closed 5 months ago

dimakuv commented 8 months ago

Now that Gramine supports secure implementation of eventfd (albeit restricted to single-process applications), MongoDB and Node.js do not require to have an old insecure implementation of eventfd.


This change is Reviewable