1. 14 1月, 2014 22 次提交
  2. 06 11月, 2013 13 次提交
  3. 25 9月, 2013 1 次提交
  4. 13 6月, 2013 1 次提交
  5. 08 5月, 2013 2 次提交
  6. 01 5月, 2013 1 次提交
    • E
      audit: fix event coverage of AUDIT_ANOM_LINK · b24a30a7
      Eric Paris 提交于
      The userspace audit tools didn't like the existing formatting of the
      AUDIT_ANOM_LINK event. It needed to be expanded to emit an AUDIT_PATH
      event as well, so this implements the change. The bulk of the patch is
      moving code out of auditsc.c into audit.c and audit.h for general use.
      It expands audit_log_name to include an optional "struct path" argument
      for the simple case of just needing to report a pathname. This also
      makes
      audit_log_task_info available when syscall auditing is not enabled,
      since
      it is needed in either case for process details.
      Signed-off-by: NKees Cook <keescook@chromium.org>
      Reported-by: NSteve Grubb <sgrubb@redhat.com>
      b24a30a7