Branch: refs/heads/master
  Home:   https://github.com/seccomp/libseccomp
  Commit: 88afa50ff7c97876aa4fd1b450c728aa8eef4605
      
https://github.com/seccomp/libseccomp/commit/88afa50ff7c97876aa4fd1b450c728aa8eef4605
  Author: Paul Moore <[email protected]>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M src/api.c

  Log Message:
  -----------
  api: force an API level update when necessary

We can't always rely on callers calling seccomp_api_get() before
using any API level gated functionality so let's force an API level
update in a few key places.

Acked-by: Tom Hromatka <[email protected]>
Signed-off-by: Paul Moore <[email protected]>


  Commit: 777b647a59a089612c4eb354c67ecc0bbe70cb9a
      
https://github.com/seccomp/libseccomp/commit/777b647a59a089612c4eb354c67ecc0bbe70cb9a
  Author: Paul Moore <[email protected]>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M src/system.c

  Log Message:
  -----------
  api: don't allow the TSYNC and NEW_LISTENER flags at the same time

Because TSYNC and NEW_LISTENER send information back via the
seccomp(...) return value, they can not be used at the same time. It
seems like the right thing to do is to always set the NEW_LISTENER
flag (as long as the API level supports it) unless the caller
explicitly sets TSYNC.

Acked-by: Tom Hromatka <[email protected]>
Signed-off-by: Paul Moore <[email protected]>


Compare: 
https://github.com/seccomp/libseccomp/compare/1d31464c050b...777b647a59a0

-- 
You received this message because you are subscribed to the Google Groups 
"libseccomp" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/libseccomp/seccomp/libseccomp/push/refs/heads/master/1d3146-777b64%40github.com.

Reply via email to