public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
 messages from 2013-05-07 02:20:36 to 2013-07-08 21:26:19 UTC [more...]

[PATCH 1/7] audit: implement generic feature setting and retrieving
 2013-07-08 21:26 UTC  (15+ messages)
` [PATCH 2/7] selinux: apply selinux checks on new audit message types
` [PATCH 3/7] audit: loginuid functions coding style
` [PATCH 4/7] audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLE
` [PATCH 5/7] audit: allow unsetting the loginuid (with priv)
` [PATCH 6/7] audit: audit feature to only allow unsetting the loginuid
` [PATCH 7/7] audit: audit feature to set loginuid immutable

[PATCH] audit: audit on the future execution of a binary
 2013-07-08 19:57 UTC  (5+ messages)

chmod32, lchmod32, etc?
 2013-07-08 18:01 UTC  (2+ messages)

[PATCH] audit: update AUDIT_INODE filter rule to comparator function
 2013-07-04 17:39 UTC 

[Part1 PATCH 00/22] Add namespace support for audit
 2013-07-04  3:30 UTC  (39+ messages)
  ` [PATCH 01/22] Audit: change type of audit_ever_enabled to bool
  ` [PATCH 02/22] Audit: remove duplicate comments
  ` [PATCH 03/22] Audit: make audit kernel side netlink sock per userns
  ` [PATCH 04/22] netlink: Add compare function for netlink_table
  ` [PATCH 05/22] Audit: implement audit self-defined compare function
  ` [PATCH 06/22] Audit: make audit_skb_queue per user namespace
  ` [PATCH 07/22] Audit: make audit_skb_hold_queue "
  ` [PATCH 08/22] Audit: make kauditd_task "
  ` [PATCH 09/22] Audit: make audit_nlk_portid per user namesapce
  ` [PATCH 10/22] Audit: make audit_enabled per user namespace
  ` [PATCH 11/22] Audit: make audit_ever_enabled "
  ` [PATCH 12/22] Audit: make audit_initialized "
  ` [PATCH 13/22] Audit: only allow init user namespace to change rate limit
  ` [PATCH 14/22] Audit: only allow init user namespace to change audit_failure
  ` [PATCH 15/22] Audit: only allow init user namespace to change backlog_limit
  ` [PATCH 16/22] Audit: make kauditd_wait per user namespace
  ` [PATCH 17/22] Audit: make audit_backlog_wait "
  ` [PATCH 21/22] Audit: send reply message to the auditd in proper "
` [PATCH 18/22] Audit: introduce new audit logging interface for "
` [PATCH 19/22] Audit: pass proper user namespace to audit_log_common_recv_msg
` [PATCH 20/22] Audit: Log audit config change in uninit user namespace
` [PATCH 22/22] Audit: Allow GET,SET,USER MSG operations "

auditd compilation
 2013-06-27 17:40 UTC  (2+ messages)

auditd compilation
 2013-06-26  6:38 UTC 

"Missing SERVICE_URI environment variable" at restart auditd
 2013-06-25 20:38 UTC  (3+ messages)

Compiling rules at boot when using systemd
 2013-06-23 21:21 UTC  (2+ messages)

[PATCH 2/3] integrity: move integrity_audit_msg()
 2013-06-20 15:13 UTC  (2+ messages)
` [PATCH 3/3] evm: audit integrity metadata failures

key options with spaces
 2013-06-19 18:49 UTC  (4+ messages)

Porting audit: implement generic feature setting and retrieving to Android kernel
 2013-06-18 20:36 UTC  (5+ messages)

Problems in audit.rules.7
 2013-06-18  5:13 UTC 

Pam_tty_audit and passwords
 2013-06-17 17:30 UTC  (2+ messages)

[PATCH RFC 00/48] Add namespace support for audit
 2013-06-13  6:02 UTC  (54+ messages)
` [PATCH RFC 06/48] Audit: make kauditd_task per user namespace
` [PATCH RFC 09/48] Audit: make audit_enabled "
` [PATCH RFC 10/48] Audit: change type of audit_ever_enabled to bool
` [PATCH RFC 15/48] Audit: allow to send netlink message to auditd in uninit user namespace
` [PATCH RFC 27/48] Audit: make tree_list per "
` [PATCH RFC 31/48] Audit: pass proper user namespace to audit_filter_syscall
` [PATCH RFC 33/48] Audit: Log filter related audit message to proper user namespace
  ` [PATCH RFC 16/48] Audit: user proper user namespace in audit_log_config_change
  ` [PATCH RFC 17/48] Audit: make kauditd_wait per user namespace
  ` [PATCH RFC 18/48] Audit: make audit_backlog_wait "
  ` [PATCH RFC 19/48] Audit: remove duplicate comments
  ` [PATCH RFC 20/48] Audit: introduce new audit logging interface for user namespace
  ` [PATCH RFC 21/48] Audit: pass proper user namespace to audit_log_common_recv_msg
  ` [PATCH RFC 22/48] Audit: Log audit config change in uninit user namespace
  ` [PATCH RFC 23/48] Audit: netfilter: Log xt table replace behavior in proper "
  ` [PATCH RFC 24/48] Audit: xt_AUDIT: Log audit message "
  ` [PATCH RFC 25/48] Audit: send reply message to the auditd "
  ` [PATCH RFC 26/48] Audit: make audit_inode_hash per "
  ` [PATCH RFC 28/48] Audit: make audit filter list "
  ` [PATCH RFC 29/48] Audit: make audit_krule belongs to "
  ` [PATCH RFC 30/48] Audit: reply audit filter list request to proper "
  ` [PATCH RFC 32/48] Audit: pass proper user namespace to audit_filter_inode_name
  ` [PATCH RFC 34/48] Log audit tree related message in proper user namespace
  ` [PATCH RFC 35/48] Audit: Log task related audit message to "
  ` [PATCH RFC 36/48] Audit: Log watch "
  ` [PATCH RFC 37/48] Audit: translate audit_log_start to audit_log_start_ns
  ` [PATCH RFC 40/48] Audit: ima: "
` [PATCH RFC 38/48] Audit: tty: "
` [PATCH RFC 39/48] Audit: netlabel: "
` [PATCH RFC 41/48] Audit: lsm: "
` [PATCH RFC 42/48] Audit: selinux: "
` [PATCH RFC 43/48] Audit: xfrm: "
` [PATCH RFC 44/48] Audit: rename audit_log_start_ns to audit_log_start
` [PATCH RFC 45/48] Audit: user audit_enabled_ns to replace audit_enabled
` [PATCH RFC 46/48] Audit: rename audit_enabled_ns to audit_enabled
` [PATCH RFC 47/48] Audit: make audit_log user namespace awared
` [PATCH RFC 48/48] Audit: allow root user of un-init user namespace to set audit

[ANNOUNCE] Linux Security Summit 2013 - CFP
 2013-06-12 16:45 UTC  (2+ messages)

[Pam-developers] [PATCH] pam_tty_audit: add an option to control logging of passwords: log_passwd
 2013-06-11 15:30 UTC 

pam_tty_audit bi-directional logging
 2013-06-10 15:55 UTC  (5+ messages)

[PATCH] audit: fix size of netlink messages
 2013-06-10  8:50 UTC  (4+ messages)

[PATCH net-next RFC] netlink: Add compare function for netlink_table
 2013-06-06 20:26 UTC  (2+ messages)

lists
 2013-06-04 23:08 UTC 

[PATCH 02/47] Audit: remove duplicate comments
 2013-06-03  9:02 UTC 

[PATCH 01/47] Audit: change type of audit_ever_enabled to bool
 2013-06-03  9:01 UTC 

audit 2.3.1 released
 2013-05-30 16:19 UTC 

[PATCH] audit: audit feature to send logs to kmsg always
 2013-05-24 22:07 UTC  (2+ messages)

[PATCH] Enable splitting the logs to both auditd and kernel simultaneously
 2013-05-24 20:13 UTC  (9+ messages)

[PATCH] audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names record
 2013-05-23 14:50 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] audit: log the audit_names record type
 2013-05-23 14:48 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] Enable splitting the logs to both auditd and kernel simultaneously
 2013-05-21 18:09 UTC  (3+ messages)

[PATCH] Enable splitting the logs to both auditd and kernel simultaneously
 2013-05-20 22:03 UTC 

[PATCH] audit: cast decimal constant for invalid uid to unsigned
 2013-05-20 19:08 UTC 

Rules mysteriously flushed
 2013-05-20 14:38 UTC  (2+ messages)

ausearch
 2013-05-16 13:13 UTC  (2+ messages)

[PATCH] ausearch: Add checkpoint capability and have incomplete logs carry forward when processing multiple audit.log files
 2013-05-13 21:53 UTC  (5+ messages)

[PATCH] auditfilter.c: fix kernel-doc warnings
 2013-05-13 16:41 UTC 

Proposed additions to ausearch
 2013-05-13 13:02 UTC  (9+ messages)

[PATCH] [BZ905179] audit: omit check for uid and gid validity in audit rules and data
 2013-05-13  1:22 UTC  (7+ messages)

Kernel patches needed
 2013-05-13  1:18 UTC  (2+ messages)

[PATCH] ausearch: Minor bugs and enhanced interpret output
 2013-05-12 10:02 UTC 

[PATCH] auparse: add a check to au->source_list to ensure it not null
 2013-05-09  2:13 UTC  (2+ messages)

[PATCH] audit: add child record before the create to handle case where create fails
 2013-05-08 14:25 UTC 

[PATCH] auparse: add a check to au->source_list to ensure it not null
 2013-05-08  7:06 UTC 

[GIT PULL] Audit changes for 3.10
 2013-05-08  4:25 UTC 

[PATCH] auparse: add a check to au->source_list to ensure it not null
 2013-05-08  1:46 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox