linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-20 16:09:45 to 2014-02-25 09:18:52 UTC [more...]

[PATCH v2 0/6] arm64: Add audit support
 2014-02-25  9:18 UTC  (40+ messages)
` [PATCH v2 1/6] audit: Enable arm64 support
          ` [PATCH] audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALL
            ` [PATCH v2 0/1] "
              ` [PATCH v2 1/1] "
` [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
` [PATCH v3 0/3] arm64: Add audit support
  ` [PATCH v3 1/3] arm64: Add regs_return_value() in syscall.h
  ` [PATCH v3 2/3] arm64: Add audit support
  ` [PATCH v3 3/3] arm64: audit: Add audit hook in ptrace/syscall_trace
        ` [PATCH] arm64: make a single hook to syscall_trace() for all syscall features
          ` [PATCH v2 0/1] "
            ` [PATCH v2 1/1] "
  ` [PATCH v4 0/3] arm64: Add audit support
    ` [PATCH v4 1/3] arm64: Add regs_return_value() in syscall.h
    ` [PATCH v4 2/3] arm64: Add audit support
    ` [PATCH v4 3/3] arm64: audit: Add audit hook in ptrace/syscall_trace
    ` [PATCH v5 0/3] arm64: Add audit support
      ` [PATCH v5 1/3] arm64: Add regs_return_value() in syscall.h

[PATCH 09/12] pid: modify task_pid_nr to work without task->pid
 2014-02-24 18:40 UTC  (33+ 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] lib/vsprintf: add %pT format specifier
 2014-02-22  1:40 UTC  (4+ messages)

[PATCH] audit: add arch field to seccomp event log
 2014-02-21 23:32 UTC  (11+ messages)

[ARCH question] Do syscall_get_nr and syscall_get_arguments always work?
 2014-02-21 21:21 UTC  (7+ messages)

[PATCH 0/5][RFC][v2] steps to make audit pid namespace-safe
 2014-02-19 20:57 UTC  (13+ messages)
` [PATCH 3/5] audit: store audit_pid as a struct pid pointer
` [PATCH 4/5] audit: anchor all pid references in the initial pid namespace
` [PATCH 0/5][RFC][v3] steps to make audit pid namespace-safe
  ` [PATCH 1/5] pid: get pid_t ppid of task in init_pid_ns
  ` [PATCH 2/5] audit: convert PPIDs to the inital PID namespace
  ` [PATCH 5/5] audit: allow user processes to log from another "

[PATCH 0/5] audit: add restricted capability read-only netlink multicast socket
 2014-02-19 19:41 UTC  (8+ messages)
` [PATCH 1/5] audit: move kaudit thread start from auditd registration to kaudit init
` [PATCH 2/5] netlink: have netlink per-protocol bind function return an error code
` [PATCH 3/5] audit: add netlink audit protocol bind to check capabilities on multicast join
` [PATCH 4/5] audit: add netlink multicast group for log read
` [PATCH 5/5] audit: send multicast messages only if there are listeners

[PATCH v3] audit: Turn off TIF_SYSCALL_AUDIT when there are no rules
 2014-02-18 20:17 UTC  (11+ messages)

[Bisected] CONFIG_AUDIT in linux-3.14-rc1+ breaking Linux Containers?
 2014-02-18  2:17 UTC  (4+ messages)

[PATCH v7 1/3] mm: Create utility function for accessing a tasks commandline value
 2014-02-11 18:57 UTC  (4+ messages)
` [PATCH v7 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers
` [PATCH v7 3/3] audit: Audit proc/<pid>/cmdline aka proctitle

[PATCH v5 1/3] mm: Create utility function for accessing a tasks commandline value
 2014-02-11 18:56 UTC  (11+ messages)
` [PATCH v5 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers
` [PATCH v5 3/3] audit: Audit proc/<pid>/cmdline aka proctitle

VERY basic question
 2014-02-11 13:57 UTC  (2+ messages)

ausearch-test 0.5
 2014-02-11 12:49 UTC 

[PATCH v2.1] audit: Only use the syscall slowpath when syscall audit rules exist
 2014-02-05 13:46 UTC  (8+ messages)

[PATCH] loginuid change logging details
 2014-02-03 22:38 UTC  (6+ messages)

[PATCH] audit: Only use the syscall slowpath when syscall audit rules exist
 2014-02-03 22:08 UTC  (6+ messages)

[PATCH v2] audit: Only use the syscall slowpath when syscall audit rules exist
 2014-02-03 19:08 UTC 

Why is syscall auditing on with no rules?
 2014-02-03 16:44 UTC  (5+ messages)

[PATCH v2 0/3] audit(userspace): Add/Improve arm/aarch64 support
 2014-02-03  6:58 UTC  (7+ messages)
` [PATCH v3 0/4] audit(userspace): Improve "
  ` [PATCH v3 1/4] audit(userspace): Substitute ARMEB with ARM
  ` [PATCH v3 2/4] audit(userspace): Substitute armeb with arm
  ` [PATCH v3 3/4] audit(userspace): Add missing syscalls for AArch64
  ` [PATCH v3 4/4] audit(userspace): Add compat system call support "

[RFC PATCH v2 1/1] audit: Add generic compat syscall support
 2014-02-03  6:55 UTC  (10+ messages)
` [PATCH v3] audit: generic compat system call support
  ` [PATCH v3] audit: Add generic compat syscall support
  ` [PATCH v4 0/1] audit: generic compat system call support
    ` [PATCH v4 1/1] 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 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] audit/userspace: add support for the parisc architecture
 2014-01-21 21:00 UTC  (5+ messages)

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  (6+ messages)

[PATCH] Prevent per,success and exit fields from disappearing in syscall audit log
 2014-01-20 16:33 UTC  (4+ 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).