libseccomp
libseccomp copied to clipboard
RFE: expose the transaction mechanism for use by applications
Internally libseccomp has supported transactions for some time now, but we haven't exposed this as part of the libseccomp API. Originally this was fine as the transaction mechanism was relatively simple, but as the complexity of supporting transactions increases, it becomes more and more difficult to adequately test them without a proper external API.
See PR #415