Branch: refs/heads/master
  Home:   https://github.com/seccomp/libseccomp
  Commit: b2f15f3d02f302b12b9d1a37d83521e6f9e08841
      
https://github.com/seccomp/libseccomp/commit/b2f15f3d02f302b12b9d1a37d83521e6f9e08841
  Author: Tom Hromatka <[email protected]>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M doc/man/man3/seccomp_init.3
    M doc/man/man3/seccomp_rule_add.3
    M include/seccomp.h.in
    M src/api.c
    M src/gen_pfc.c
    M src/python/libseccomp.pxd
    M src/python/seccomp.pyx
    M src/system.c
    M src/system.h
    M tools/bpf.h
    M tools/scmp_bpf_disasm.c
    M tools/scmp_bpf_sim.c

  Log Message:
  -----------
  api: Add support for SCMP_ACT_KILL_PROCESS

This patch adds support for killing the entire process via
the SCMP_ACT_KILL_PROCESS action.  To maintain backward
compatibility, SCMP_ACT_KILL defaults to SCMP_ACT_KILL_THREAD.
Support for KILL_PROCESS was added into the Linux kernel in
v4.14.

This addresses GitHub Issue #96 - RFE: add support for
SECCOMP_RET_KILL_PROCESS

Signed-off-by: Tom Hromatka <[email protected]>
[PM: minor comment tweak in seccomp.h.in]
Signed-off-by: Paul Moore <[email protected]>


  Commit: 82cc261798966fbe1a4a9ffb40c4ab3be192e4b1
      
https://github.com/seccomp/libseccomp/commit/82cc261798966fbe1a4a9ffb40c4ab3be192e4b1
  Author: Tom Hromatka <[email protected]>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M tests/.gitignore
    M tests/06-sim-actions.c
    M tests/06-sim-actions.py
    M tests/06-sim-actions.tests
    M tests/38-basic-pfc_coverage.c
    M tests/38-basic-pfc_coverage.pfc
    A tests/46-sim-kill_process.c
    A tests/46-sim-kill_process.py
    A tests/46-sim-kill_process.tests
    A tests/47-live-kill_process.c
    A tests/47-live-kill_process.py
    A tests/47-live-kill_process.tests
    M tests/Makefile.am
    M tests/regression
    M tests/util.c

  Log Message:
  -----------
  tests: Add tests for SECCOMP_RET_KILL_PROCESS

This addresses GitHub Issue #96 - RFE: add support for
SECCOMP_RET_KILL_PROCESS

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


  Commit: 70df5b32573772cf3d103b7523ee1be14c0251df
      
https://github.com/seccomp/libseccomp/commit/70df5b32573772cf3d103b7523ee1be14c0251df
  Author: Paul Moore <[email protected]>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M tests/44-live-a2_order.c
    M tests/44-live-a2_order.py

  Log Message:
  -----------
  tests: add openat() to the syscall whitelist in test 44

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


Compare: 
https://github.com/seccomp/libseccomp/compare/6646e21ed273...70df5b325737
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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 post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to