1. 15 12月, 2017 6 次提交
  2. 14 12月, 2017 6 次提交
  3. 13 12月, 2017 1 次提交
  4. 12 12月, 2017 2 次提交
  5. 11 12月, 2017 2 次提交
  6. 09 12月, 2017 2 次提交
  7. 08 12月, 2017 3 次提交
  8. 07 12月, 2017 12 次提交
  9. 06 12月, 2017 3 次提交
  10. 05 12月, 2017 2 次提交
  11. 04 12月, 2017 1 次提交
    • This patch contains more safe checking in syscall rlimit and unit tests · f16ada61
      The soft limit is the value that the kernel enforces for the corresponding resource
      The hard limit acts as a ceiling for the soft limit
      an unprivileged process may only set its soft limit to a value
      in the range from 0 up to the hard limit.
      So in order to make the change in fds count without any error we should
      inform the user to make the process have CAP_SYS_RESOURCE capability
      in order to set the hard limit.
      
      License: MIT
      Signed-off-by: 's avatarhoenirvili <hoenirvili@gmail.com>
      hoenirvili 提交于