1. 16 Dec, 2017 3 commits
  2. 15 Dec, 2017 3 commits
  3. 14 Dec, 2017 6 commits
  4. 13 Dec, 2017 1 commit
  5. 12 Dec, 2017 2 commits
  6. 11 Dec, 2017 2 commits
  7. 09 Dec, 2017 2 commits
  8. 08 Dec, 2017 3 commits
  9. 07 Dec, 2017 12 commits
  10. 06 Dec, 2017 3 commits
  11. 05 Dec, 2017 2 commits
  12. 04 Dec, 2017 1 commit
    • hoenirvili's avatar
      This patch contains more safe checking in syscall rlimit and unit tests · f16ada61
      hoenirvili authored
      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: default avatarhoenirvili <hoenirvili@gmail.com>
      f16ada61