ObjFW  History Of Ticket a550bff2f8

Artifacts Associated With Ticket a550bff2f8

  1. Ticket change [62f8f4bd0f] (rid 33733) by js on 2020-12-22 13:05:46:

    1. icomment:
      `OFSandbox` currently maps more or less 1:1 to OpenBSD's `pledge() `and `unveil()`. While those are great APIs that are easy to adopt for applications, it's unclear whether the current `OFSandbox` could be adopted to other sandboxing frameworks like seccomp-bpf or Capsicum.
      
    2. login: "js"
    3. milestone initialized to: "none"
    4. mimetype: "text/x-markdown"
    5. priority initialized to: "Medium"
    6. severity initialized to: "Important"
    7. status initialized to: "Open"
    8. title initialized to: "Generalize API for OFSandbox"
    9. type initialized to: "Enhancement"
  2. Ticket change [f6a083f883] (rid 33746) by js on 2020-12-22 13:18:13:

    1. icomment:
      `OFSandbox` is private in 1.0 for now ([](510628432f)) until this gets solved.
      
    2. login: "js"
    3. mimetype: "text/x-markdown"
    4. resolution changed to: "Open"
  3. Ticket change [af9f9c5d74] (rid 37384) by js on 2021-10-24 10:48:29:

    1. icomment:
      Landlock landed in Linux 5.13, which works similarly to pledge() / unveil(). Implementing OFSandbox with Landlock will probably be a good sanity check on whether the API is generic enough.
      
    2. login: "js"
    3. mimetype: "text/x-markdown"