linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-02 14:32:00 to 2014-01-29 20:21:27 UTC [more...]

[PATCH 0/4] arm64: Add audit support
 2014-01-29 20:21 UTC  (18+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] audit: Enable arm64 support
  ` [PATCH v2 2/6] arm64: Add regs_return_value() in syscall.h
  ` [PATCH v2 3/6] arm64: Add audit support
  ` [PATCH v2 4/6] arm64: audit: Add 32-bit (compat) syscall support
  ` [PATCH v2 5/6] arm64: audit: Add makefile rule to create unistd_32.h for compat syscalls
  ` [PATCH v2 6/6] arm64: audit: Add audit hook in ptrace/syscall_trace

[RFC PATCH] audit: Add generic compat syscall support
 2014-01-29  5:58 UTC  (11+ messages)
` [RFC PATCH v2 1/1] "
  ` [PATCH v3] audit: generic compat system call support
    ` [PATCH v3] audit: Add generic compat syscall support

[PATCH v6 1/3] mm: Create utility function for accessing a tasks commandline value
 2014-01-28 17:59 UTC  (3+ messages)
` [PATCH v6 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers
` [PATCH v6 3/3] audit: Audit proc cmdline value

[PATCH v5 1/3] mm: Create utility function for accessing a tasks commandline value
 2014-01-28  6:13 UTC  (3+ messages)
` [PATCH v5 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers
` [PATCH v5 3/3] audit: Audit proc cmdline value

[PATCH v4 1/3] mm: Create utility function for accessing a tasks commandline value
 2014-01-28  6:03 UTC  (3+ messages)
` [PATCH v4 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers
` [PATCH v4 3/3] audit: Audit proc cmdline value

[PATCH] audit: restore order of tty and ses fields in log output
 2014-01-24 17:31 UTC 

[PATCH 09/12] pid: modify task_pid_nr to work without task->pid
 2014-01-24 14:31 UTC  (21+ messages)
` [PATCH] pid: change task_struct::pid to read-only
    ` [PATCH 0/7][RFC] pid: changes to support audit
      ` [PATCH 1/7] pid: change task_struct::pid to read-only
      ` [PATCH 2/7] compiler: CONST_CAST makes writing const vars easier and obvious
      ` [PATCH 3/7] pid: use the CONST_CAST macro instead to write to const task_struct::pid
      ` [PATCH 4/7] pid: modify task_tgid_nr to work without task->tgid
      ` [PATCH 5/7] pid: rewrite task helper function is_global_init() avoiding task->pid
      ` [PATCH 6/7] pid: mark struct task const in helper functions
      ` [PATCH 7/7] pid: get pid_t ppid of task in init_pid_ns

[PATCH RFC 7/8] audit: report namespace information along with USER events
 2014-01-24  6:19 UTC  (2+ messages)

[PATCH] audit: printk USER_AVC messages when audit isn't enabled
 2014-01-22 17:39 UTC  (4+ messages)

[GIT PULL] audit subsystem for 3.14
 2014-01-22  3:51 UTC 

Suppressing logs with kernel.printk
 2014-01-21 23:47 UTC  (4+ messages)

[PATCH 0/5][RFC][v2] steps to make audit pid namespace-safe
 2014-01-21 23:37 UTC  (4+ messages)
` [PATCH 3/5] audit: store audit_pid as a struct pid pointer

[PATCH] audit/userspace: add support for the parisc architecture
 2014-01-21 21:00 UTC  (6+ messages)
` [PATCH] audit/userspace: add support for the parisc architecture (v2)

What is the bug
 2014-01-20 21:08 UTC  (5+ messages)

kauditd is writing too many lines in syslog
 2014-01-20 20:43 UTC  (7+ messages)

[PATCH] loginuid change logging details
 2014-01-20 16:44 UTC  (3+ messages)
` [PATCH] audit: log task context when setting loginuid

[PATCH] Prevent per,success and exit fields from disappearing in syscall audit log
 2014-01-20 16:33 UTC  (4+ messages)

[RFC PATH 0/2] audit(userspace): Add/Improve arm/aarch64 support
 2014-01-20  5:05 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] audit(userspace): Add missing syscalls for AArch64
  ` [PATCH v2 2/3] audit(userspace): Add arm LE/aarch64 BE support
  ` [PATCH v2 3/3] audit(userspace): Add compat system call support for AArch64

[PATCH] audit: remove pr_info for every network namespace
 2014-01-17 22:05 UTC 

[PATCH] audit: Modify a set of system calls in audit class definitions
 2014-01-17 19:42 UTC  (3+ messages)

[PATCH audit-next 1/2] audit: revert commit listen in all network namespaces
 2014-01-17  1:37 UTC  (4+ messages)
  ` [PATCH audit-next 2/2] Audit: make audit netlink socket net namespace unaware

[SOLVED] Re: Clear kernel audit buffer?
 2014-01-16 16:21 UTC 

[PATCH v3 1/3] mm: Create utility function for accessing a tasks commandline value
 2014-01-16 13:42 UTC  (13+ messages)
` [PATCH v3 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers
` [PATCH v3 3/3] audit: Audit proc cmdline value

audit 2.3.3 released
 2014-01-16 11:52 UTC 

[PATCH] audit: allow unlimited backlog queue
 2014-01-15 17:31 UTC  (11+ messages)

[PATCH] audit: use audit_log_task_info in audit_core_dumps and __audit_seccomp
 2014-01-15 17:20 UTC  (6+ messages)

[RFC][PATCH v2 1/3] mm: Create utility function for accessing a tasks commandline value
 2014-01-15 14:16 UTC  (7+ messages)
` [RFC][PATCH v2 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers
` [RFC][PATCH v3 3/3] audit: Audit proc cmdline value

[RFC][PATCH 1/3] mm: Create utility function for accessing a tasks commandline value
 2014-01-15 12:40 UTC  (11+ messages)
` [RFC][PATCH 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers
` [RFC][PATCH 3/3] audit: Audit proc cmdline value

[PATCH][RFC] audit: log namespace inode numbers
 2014-01-14 18:59 UTC  (6+ messages)

Setting loginuid for a process starting at boot
 2014-01-14 16:15 UTC  (9+ messages)
    ` RE : "

Clear kernel audit buffer?
 2014-01-14 14:47 UTC  (5+ messages)

[PATCH 1/2] audit: rework AUDIT_TTY_SET to only grab spin_lock once
 2014-01-14  2:18 UTC  (2+ messages)
` [PATCH 2/2] audit: reorder AUDIT_TTY_SET arguments

[PATCH] audit: wait_for_auditd rework for readability
 2014-01-13 22:06 UTC  (2+ messages)

[PATCH 1/2] audit: use define's for audit version
 2014-01-13 21:51 UTC  (2+ messages)
` [PATCH 2/2] audit: remove needless switch in AUDIT_SET

[PATCH] audit: documentation of audit= kernel parameter
 2014-01-13 21:24 UTC  (2+ messages)

[RFC][PATCH v2 3/3] audit: Audit proc cmdline value
 2014-01-13 17:24 UTC 

Auditd bug in 2.6.9 kernel
 2014-01-13  3:43 UTC  (2+ messages)

[PATCH] lib/vsprintf: add %pT format specifier
 2014-01-12  7:55 UTC 

[RFC][PATCH] - auditing cmdline
 2014-01-10 21:42 UTC  (8+ messages)
` [PATCH] squash: review-updates

[PATCH] audit: correct a type mismatch in audit_syscall_exit()
 2014-01-08 20:06 UTC  (2+ messages)

[PATCH 1/2] audit: print error message when fail to create audit socket
 2014-01-08  3:30 UTC  (4+ messages)

ausearch-test
 2014-01-07 20:00 UTC 

[RFC] Comments on audit command line failure
 2014-01-07 19:36 UTC  (4+ messages)

TTY logging using auditd feedback requested
 2014-01-07 16:49 UTC 

Log rotation issue
 2014-01-03 16:04 UTC  (2+ messages)

What's the difference between -F dir=XX and -w?
 2014-01-03 14:18 UTC  (3+ messages)

ausearch
 2014-01-03 14:05 UTC  (2+ messages)

Architecture of auditd
 2014-01-02 14:40 UTC  (3+ messages)

Make the dispatcher run faster?
 2014-01-02 14:37 UTC  (2+ messages)

Use a script as a dispatcher
 2014-01-02 14:32 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).