1. 20 Apr, 2018 1 commit
    • fix signal sending in lxc.init · 673a28fa
      Tycho Andersen authored
      The problem here is that these two clauses were ordered backwards: we first
      check if the signal came from not the init pid, and if it did, then we give
      a notice and return. The comment notes that this is intended to protect
      against SIGCHLD, but we don't in fact know if the signal is a SIGCHLD yet,
      because that's tested in the next hunk.
      
      The symptom is that if I e.g. send SIGTERM from the outside world to the
      container init, it ignores it and gives this notice. If we re-order these
      clauses, it forwards non SIGCHLD signals, and ignores SIGCHLD signals from
      things that aren't the real container process.
      Signed-off-by: 's avatarTycho Andersen <tycho@tycho.ws>
  2. 03 Apr, 2018 8 commits
  3. 28 Mar, 2018 1 commit
  4. 27 Mar, 2018 5 commits
  5. 26 Mar, 2018 4 commits
  6. 24 Mar, 2018 1 commit
  7. 23 Mar, 2018 6 commits
  8. 22 Mar, 2018 4 commits
  9. 19 Mar, 2018 4 commits
  10. 16 Mar, 2018 4 commits
  11. 15 Mar, 2018 2 commits