public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
 messages from 2013-04-26 16:56:29 to 2013-06-19 01:53:47 UTC [more...]

[Part1 PATCH 00/22] Add namespace support for audit
 2013-06-19  1:53 UTC  (16+ 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

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  (65+ messages)
  ` [PATCH RFC 01/48] Audit: make audit kernel side netlink sock per userns
  ` [PATCH RFC 02/48] netlink: Add compare function for netlink_table
  ` [PATCH RFC 03/48] Audit: implement audit self-defined compare function
  ` [PATCH RFC 04/48] Audit: make audit_skb_queue per user namespace
  ` [PATCH RFC 05/48] Audit: make audit_skb_hold_queue "
  ` [PATCH RFC 06/48] Audit: make kauditd_task "
  ` [PATCH RFC 07/48] Audit: make audit_pid "
  ` [PATCH RFC 08/48] Audit: make audit_nlk_portid per user namesapce
  ` [PATCH RFC 09/48] Audit: make audit_enabled per user namespace
  ` [PATCH RFC 10/48] Audit: change type of audit_ever_enabled to bool
  ` [PATCH RFC 11/48] Audit: make audit_ever_enabled per user namespace
  ` [PATCH RFC 12/48] Audit: make audit_initialized "
  ` [PATCH RFC 13/48] Audit: only allow init user namespace to change audit_rate_limit
  ` [PATCH RFC 14/48] Audit: only allow init user namespace to change audit_failure
  ` [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 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 38/48] Audit: tty: translate audit_log_start to audit_log_start_ns
` [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)

key options with spaces
 2013-06-11 21:32 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 

[PATCH 1/7] audit: implement generic feature setting and retrieving
 2013-05-30 17:20 UTC  (11+ 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

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] "

Compiling rules at boot when using systemd
 2013-05-22 23:06 UTC 

[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 

audit 2.3 released
 2013-05-06 14:02 UTC  (10+ messages)
` explanation/translation of auditd exit codes
` audit.rules file [Was: audit 2.3 released]

[PATCH] pam_tty_audit: add an option to control logging of passwords: log_passwd
 2013-05-03 17:42 UTC 

[PATCH 1/2] audit: use given values in tty_audit enable api
 2013-05-03 18:03 UTC  (2+ messages)
` [PATCH 2/2] tty: add an option to control logging of passwords with pam_tty_audit

libaudit large stack requirement in audit_send()
 2013-04-29 21:02 UTC  (4+ messages)

pam_tty_audit icanon log switch
 2013-04-29 21:02 UTC  (14+ messages)

Audit filter by TTY
 2013-04-26 17:27 UTC  (5+ messages)


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