public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
 messages from 2012-09-20 14:23:42 to 2013-02-17 19:18:09 UTC [more...]

[RFC]: extend iptables' AUDIT target functionality
 2013-02-17 19:18 UTC 

Embedded libev library
 2013-02-09 22:08 UTC  (3+ messages)

[PATCH 0/3] Fix userspace audit compiler warnings
 2013-02-09 18:35 UTC  (8+ messages)
` [PATCH 1/3] Don't ignore the return value of asprintf()
` [PATCH 2/3] Fix Wunused-return warnings
` [PATCH 3/3] Fix discards 'const' qualifier from pointer target type warnings

[PATCH] Fix a typo in aureport.8
 2013-02-09 17:37 UTC  (2+ messages)

[PATCH 0/3] Several manpages fixes
 2013-02-09 17:33 UTC  (5+ messages)
` [PATCH 1/3] audisp/plugins/prelude/audisp-prelude.conf.5: Fix typo
` [PATCH 2/3] Use "\-" (minus) instead of plain "-" (hyphen) in manpages
` [PATCH 3/3] docs/audit_open.3: Document that audit_open() is setting errno on failure

Are the writing of an events records to audit.log atomic should a log rotation occur
 2013-02-04 20:51 UTC  (3+ messages)

[PATCH 0/6] audit: add restricted capability read-only netlink multicast socket
 2013-01-24 18:15 UTC  (7+ messages)
` [PATCH 1/6] audit: refactor hold queue flush
` [PATCH 2/6] audit: flatten kauditd_thread wait queue code
` [PATCH 3/6] audit: move kaudit thread start from auditd registration to kaudit init
` [PATCH 4/6] netlink: add send and receive capability requirement and capability flags
` [PATCH 5/6] audit: add restricted capability read-only netlink multicast socket
` [PATCH 6/6] audit: send multicast messages only if there are listeners

How can I make plugins?
 2013-01-23 19:20 UTC  (2+ messages)

[PATCH resend] audit: fix auditfilter.c kernel-doc warnings
 2013-01-18  0:28 UTC  (2+ messages)

email
 2013-01-14 22:21 UTC  (2+ messages)

Monitoring data transfer from/to removable media to aid Data Loss Prevention (aka Endpoint DLP)
 2013-01-10 12:12 UTC 

[PATCH] Use python-config to find python include directories
 2012-12-20 21:28 UTC  (2+ messages)

audit 2.2.2 released
 2012-12-12 17:51 UTC 

pam_tty_audit
 2012-12-12 11:46 UTC  (2+ messages)

Auditd Fails to start
 2012-12-04 15:39 UTC 

[PATCH] audit: fix event coverage of AUDIT_ANOM_LINK
 2012-12-03 19:39 UTC  (6+ messages)

Questions about --with-alpha and --with-armeb configure flags
 2012-12-01 14:38 UTC  (11+ messages)

Please add support for arm "armv5tel" processor
 2012-12-01 14:35 UTC 

[PATCH v2] audit: create explicit AUDIT_SECCOMP event type
 2012-11-29 18:59 UTC  (2+ messages)

[PATCH] audit: create explicit AUDIT_SECCOMP event type
 2012-11-28 19:30 UTC  (4+ messages)

typo in audit.rules manpage
 2012-11-19 14:40 UTC  (2+ messages)

Question about audit-2.1.3-3.el6x86_64 and item in nispom man page
 2012-11-15 23:51 UTC 

Question about audit-2.1.3-3.el6x86_64 and item in nispom man page
 2012-11-15 23:45 UTC 

Logrotate and Audit Log Rotation
 2012-11-14 13:54 UTC  (2+ messages)

[PATCH] audit: fix auditfilter kernel-doc warning
 2012-11-07  1:04 UTC 

Patch to fix cross-compiling
 2012-11-05 18:52 UTC  (5+ messages)

[PATCH] audit: armv6l added to machintab for Raspberry Pi
 2012-11-05 14:25 UTC  (2+ messages)

[PATCH 0/5] Build time disabling of auditd network listener
 2012-11-05 14:17 UTC  (7+ messages)

linux-audit: reconstruct path names from syscall events?
 2012-10-30  1:12 UTC  (11+ messages)

[PATCH 0/3] audit: minor audit cleanups
 2012-10-26 15:43 UTC  (4+ messages)
` [PATCH 1/3] audit: eliminate optional dentry argument to audit_copy_inode
` [PATCH 2/3] audit: break the setup of the audit_name out of audit_inode and into separate function
` [PATCH 3/3] audit: break up __audit_inode into two functions

[PATCH] Audit: do not print error when SELinux disabled
 2012-10-24 16:10 UTC  (4+ messages)

Help on Audit Rules
 2012-10-18 17:02 UTC  (9+ messages)

[PATCH] audit: grab a reference to context->pwd when it's cached
 2012-10-08 18:48 UTC  (26+ messages)

Recursive chown/chmod not showing enclosing directory
 2012-10-08 18:06 UTC  (3+ messages)

[PATCH v7 00/49] audit/getname/estale patch series
 2012-10-02 16:55 UTC  (56+ messages)
` [PATCH v7 01/49] audit: remove unnecessary NULL ptr checks from do_path_lookup
` [PATCH v7 02/49] audit: pass in dentry to audit_copy_inode wherever possible
` [PATCH v7 03/49] audit: no need to walk list in audit_inode if name is NULL
` [PATCH v7 04/49] audit: reverse arguments to audit_inode_child
` [PATCH v7 05/49] audit: add a new "type" field to audit_names struct
` [PATCH v7 06/49] audit: set the name_len in audit_inode for parent lookups
` [PATCH v7 07/49] audit: remove dirlen argument to audit_compare_dname_path
` [PATCH v7 08/49] audit: make audit_compare_dname_path use parent_len helper
` [PATCH v7 09/49] audit: optimize audit_compare_dname_path
` [PATCH v7 10/49] audit: overhaul __audit_inode_child to accomodate retrying
` [PATCH v7 11/49] vfs: allocate page instead of names_cache buffer in mount_block_root
` [PATCH v7 12/49] vfs: make dir_name arg to do_mount a const char *
` [PATCH v7 13/49] acct: constify the name arg to acct_on
` [PATCH v7 14/49] vfs: define getname_info struct and have getname() return it
` [PATCH v7 15/49] audit: allow audit code to satisfy getname requests from its names_list
` [PATCH v7 16/49] vfs: turn do_path_lookup into wrapper around getname_info variant
` [PATCH v7 17/49] vfs: make path_openat take a getname_info pointer
` [PATCH v7 18/49] audit: make audit_inode take getname_info
` [PATCH v7 19/49] vfs: embed getname_info inside of names_cache allocation if possible
` [PATCH v7 20/49] vfs: unexport getname and putname symbols
` [PATCH v7 21/49] vfs: add a retry_estale helper function to handle retries on ESTALE
` [PATCH v7 22/49] vfs: make fstatat retry on ESTALE errors from getattr call
` [PATCH v7 23/49] vfs: fix readlinkat to retry on ESTALE
` [PATCH v7 24/49] vfs: add new "reval" argument to kern_path_create and user_path_create
` [PATCH v7 25/49] vfs: fix mknodat to retry on ESTALE errors
` [PATCH v7 26/49] vfs: fix mkdir "
` [PATCH v7 27/49] vfs: fix symlinkat "
` [PATCH v7 28/49] vfs: fix linkat "
` [PATCH v7 29/49] vfs: add a reval argument to user_path_parent
` [PATCH v7 30/49] vfs: make rmdir retry on ESTALE errors
` [PATCH v7 31/49] vfs: make do_unlinkat "
` [PATCH v7 32/49] vfs: fix renameat to "
` [PATCH v7 33/49] vfs: have do_sys_truncate retry once on an ESTALE error
` [PATCH v7 34/49] vfs: have faccessat "
` [PATCH v7 35/49] vfs: have chdir retry lookup and call once on "
` [PATCH v7 36/49] vfs: make chroot retry "
` [PATCH v7 37/49] vfs: make fchmodat retry once on ESTALE errors
` [PATCH v7 38/49] vfs: make fchownat "
` [PATCH v7 39/49] vfs: convert do_filp_open to use retry_estale helper
` [PATCH v7 40/49] vfs: convert do_file_open_root "
` [PATCH v7 41/49] vfs: allow utimensat() calls to retry once on an ESTALE error
` [PATCH v7 42/49] vfs: allow setxattr to retry once on ESTALE errors
` [PATCH v7 43/49] vfs: allow lsetxattr() "
` [PATCH v7 44/49] vfs: make getxattr retry once on an ESTALE error
` [PATCH v7 45/49] vfs: make lgetxattr retry once on ESTALE
` [PATCH v7 46/49] vfs: make listxattr retry once on ESTALE error
` [PATCH v7 47/49] vfs: make llistxattr "
` [PATCH v7 48/49] vfs: make removexattr retry once on ESTALE
` [PATCH v7 49/49] vfs: make lremovexattr retry once on ESTALE error

'Nested rule' error message when getting auditd set up on my server
 2012-09-29 22:49 UTC 

Capturing USB insertions and removal events with auditd
 2012-09-21 15:22 UTC  (2+ messages)

[PATCH v2 00/10] vfs: getname/putname overhaul
 2012-09-20 18:38 UTC  (8+ messages)
` [PATCH v2 04/10] vfs: define getname_info struct and have getname() return it
` [PATCH v2 10/10] vfs: unexport getname and putname symbols


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