1. 05 10月, 2018 3 次提交
  2. 03 10月, 2018 1 次提交
  3. 02 10月, 2018 10 次提交
  4. 01 10月, 2018 3 次提交
  5. 30 9月, 2018 4 次提交
  6. 29 9月, 2018 4 次提交
  7. 28 9月, 2018 4 次提交
  8. 27 9月, 2018 7 次提交
  9. 26 9月, 2018 3 次提交
  10. 25 9月, 2018 1 次提交
    • C
      Handles killing process run as sudo · a1c2cbc9
      Caio Carrara 提交于
      This change makes possible to call kill_process_tree() function with
      pid of sudo enabled processes and it also makes possible handle timeout of
      subprocesses called with sudo=True.
      
      Both cases now use a new function created in process module to return
      the user owner id of a pid (get_owner_id).
      
      For the case of subprocesses run with sudo=True it was necessary adjust
      the send_signal() method of SubProcess class so it can send the signal
      for sudo process child.
      
      Reference: https://trello.com/c/ROPWdFFrSigned-off-by: NCaio Carrara <ccarrara@redhat.com>
      a1c2cbc9