[lxc-devel] [lxc/lxc] c3e3c2: seccomp: cleanup

Stéphane Graber noreply at github.com
Mon Apr 29 13:47:31 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: c3e3c21a10fcef31f484f7afb7807824eb4dccab
      https://github.com/lxc/lxc/commit/c3e3c21a10fcef31f484f7afb7807824eb4dccab
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2019-04-29 (Mon, 29 Apr 2019)

  Changed paths:
    M src/lxc/af_unix.c
    M src/lxc/attach.c
    M src/lxc/commands.c
    M src/lxc/conf.c
    M src/lxc/conf.h
    M src/lxc/confile.c
    M src/lxc/lxccontainer.c
    M src/lxc/lxccontainer.h
    M src/lxc/lxcseccomp.h
    M src/lxc/memory_utils.h
    M src/lxc/seccomp.c
    M src/lxc/start.c
    M src/tests/Makefile.am
    M src/tests/parse_config_file.c

  Log Message:
  -----------
  seccomp: cleanup

Simplify and cleanup some of the seccomp code. This mainly focuses on removing
the open coding of various seccomp settings all over the code place in favor of
centralized helpers.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


  Commit: 978dfc7ec4b2241bafcccd68a69e8f5fb1a883c6
      https://github.com/lxc/lxc/commit/978dfc7ec4b2241bafcccd68a69e8f5fb1a883c6
  Author: Stéphane Graber <stgraber at ubuntu.com>
  Date:   2019-04-29 (Mon, 29 Apr 2019)

  Changed paths:
    M src/lxc/af_unix.c
    M src/lxc/attach.c
    M src/lxc/commands.c
    M src/lxc/conf.c
    M src/lxc/conf.h
    M src/lxc/confile.c
    M src/lxc/lxccontainer.c
    M src/lxc/lxccontainer.h
    M src/lxc/lxcseccomp.h
    M src/lxc/memory_utils.h
    M src/lxc/seccomp.c
    M src/lxc/start.c
    M src/tests/Makefile.am
    M src/tests/parse_config_file.c

  Log Message:
  -----------
  Merge pull request #2956 from brauner/2019-04-29/seccomp_trap_cleanup

seccomp: cleanup


Compare: https://github.com/lxc/lxc/compare/27b737093dc5...978dfc7ec4b2


More information about the lxc-devel mailing list