1. 09 6月, 2005 1 次提交
  2. 01 6月, 2005 1 次提交
  3. 29 5月, 2005 1 次提交
  4. 26 5月, 2005 1 次提交
  5. 21 5月, 2005 5 次提交
  6. 17 5月, 2005 14 次提交
  7. 06 5月, 2005 3 次提交
  8. 03 5月, 2005 1 次提交
  9. 01 5月, 2005 11 次提交
  10. 29 4月, 2005 1 次提交
    • [AUDIT] Don't allow ptrace to fool auditing, log arch of audited syscalls. · 2fd6f58b
      提交于
      We were calling ptrace_notify() after auditing the syscall and arguments,
      but the debugger could have _changed_ them before the syscall was actually
      invoked. Reorder the calls to fix that.
      
      While we're touching ever call to audit_syscall_entry(), we also make it
      take an extra argument: the architecture of the syscall which was made,
      because some architectures allow more than one type of syscall.
      
      Also add an explicit success/failure flag to audit_syscall_exit(), for
      the benefit of architectures which return that in a condition register
      rather than only returning a single register.
      
      Change type of syscall return value to 'long' not 'int'.
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      2fd6f58b
  11. 26 4月, 2005 1 次提交