1. 27 Jul, 2020 1 commit
    • seccomp: remove seccomp fd from event loop after task exited · b2acb9dc
      Christian Brauner authored
      Linux v5.8 will land my patch where seccomp notifies when a filter goes unused,
      i.e. when the last task using a given seccomp filter has exited. This wasn't
      possible before and so we accumulated file descriptors in the container's event
      loop whenever we attached to the container.
      I'm not sure whether the task exiting before we could handle its syscall should
      cause us to report and error or not. For now, let's simply close the event loop
      and not report an error.
      Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
  2. 25 Jul, 2020 2 commits
  3. 23 Jul, 2020 11 commits
  4. 22 Jul, 2020 4 commits
  5. 21 Jul, 2020 11 commits
  6. 20 Jul, 2020 11 commits