linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-22 02:54:28 to 2021-09-14 03:33:38 UTC [more...]

[PATCH v3 0/8] Add LSM access controls and auditing to io_uring
 2021-09-14  3:33 UTC  (6+ messages)
` [PATCH v3 1/8] audit: prepare audit_context for use in calling contexts beyond syscalls
` [PATCH v3 2/8] audit, io_uring, io-wq: add some basic audit support to io_uring
` [PATCH v3 3/8] audit: add filtering for io_uring records
` [PATCH v3 4/8] fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()
` [PATCH v3 5/8] io_uring: convert io_uring to the secure anon inode interface

[ANNOUNCE][CFP] Linux Security Summit 2021
 2021-09-14  2:44 UTC  (4+ messages)

[RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
 2021-09-14  2:49 UTC  (32+ messages)
` [RFC PATCH v2 1/9] audit: prepare audit_context for use in calling contexts beyond syscalls
` [RFC PATCH v2 2/9] audit, io_uring, io-wq: add some basic audit support to io_uring
` [RFC PATCH v2 3/9] audit: dev/test patch to force io_uring auditing
` [RFC PATCH v2 4/9] audit: add filtering for io_uring records
` [RFC PATCH v2 5/9] fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()
` [RFC PATCH v2 6/9] io_uring: convert io_uring to the secure anon inode interface
` [RFC PATCH v2 7/9] lsm,io_uring: add LSM hooks to io_uring
` [RFC PATCH v2 8/9] selinux: add support for the io_uring access controls
` [RFC PATCH v2 9/9] Smack: Brutalist io_uring support with debug

[PATCH] audit: Fix build failure by renaming struct node to struct audit_node
 2021-09-13 20:19 UTC  (7+ messages)

[PATCH] audit: Convert to SPDX identifier
 2021-09-13 20:01 UTC  (2+ messages)

[PATCH v4 0/3] dm: audit event logging
 2021-09-12  9:38 UTC  (9+ messages)
` [PATCH v4 1/3] dm: introduce audit event module for device mapper
` [PATCH v4 2/3] dm integrity: log audit events for dm-integrity target
` [PATCH v4 3/3] dm crypt: log aead integrity violations to audit subsystem

[PATCH] Update auditctl man page for new example on shell escaping
 2021-09-11  6:27 UTC  (2+ messages)

audit.rules being really processed sequentially?
 2021-09-05  8:04 UTC  (3+ messages)

[PATCH v3 0/3] dm: audit event logging
 2021-09-04  9:24 UTC  (6+ messages)
` [PATCH v3 1/3] dm: introduce audit event module for device mapper
` [PATCH v3 2/3] dm integrity: log audit events for dm-integrity target
` [PATCH v3 3/3] dm crypt: log aead integrity violations to audit subsystem

[PATCH 1/2] net: Remove net/ipx.h and uapi/linux/ipx.h header files
 2021-09-02 16:08 UTC  (3+ messages)

[GIT PULL] Audit patches for v5.15
 2021-08-31 20:06 UTC  (2+ messages)

[PATCH v2 RESEND] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC
 2021-08-27  0:52 UTC  (6+ messages)

[RFC PATCH 0/9] Add LSM access controls and auditing to io_uring
 2021-08-25 19:41 UTC  (6+ messages)
` [RFC PATCH 2/9] audit, io_uring, io-wq: add some basic audit support "

[ghak-trim PATCH v1] audit: move put_tree() to avoid trim_trees refcount underflow and UAF
 2021-08-24 22:58 UTC  (3+ messages)

[PATCH v28 00/25] LSM: Module stacking for AppArmor
 2021-08-24 16:14 UTC  (46+ messages)
  ` [PATCH v28 01/25] LSM: Infrastructure management of the sock security
  ` [PATCH v28 02/25] LSM: Add the lsmblob data structure
  ` [PATCH v28 03/25] LSM: provide lsm name and id slot mappings
  ` [PATCH v28 04/25] IMA: avoid label collisions with stacked LSMs
  ` [PATCH v28 05/25] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v28 06/25] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v28 07/25] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v28 08/25] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v28 09/25] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v28 10/25] LSM: Use lsmblob in security_task_getsecid
  ` [PATCH v28 11/25] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v28 12/25] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v28 13/25] IMA: Change internal interfaces to use lsmblobs
  ` [PATCH v28 14/25] LSM: Specify which LSM to display
  ` [PATCH v28 15/25] LSM: Ensure the correct LSM context releaser
  ` [PATCH v28 16/25] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v28 17/25] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v28 18/25] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v28 19/25] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v28 20/25] LSM: Verify LSM display sanity in binder
  ` [PATCH v28 21/25] audit: support non-syscall auxiliary records
  ` [PATCH v28 22/25] Audit: Add record for multiple process LSM attributes
  ` [PATCH v28 23/25] Audit: Add record for multiple object "
  ` [PATCH v28 24/25] LSM: Add /proc attr entry for full LSM context
  ` [PATCH v28 25/25] AppArmor: Remove the exclusive flag

[PATCH v2 0/3] dm: audit event logging
 2021-08-19 19:29 UTC  (6+ messages)
` [PATCH v2 1/3] dm: introduce audit event module for device mapper
` [PATCH v2 2/3] dm integrity: log audit events for dm-integrity target
` [PATCH v2 3/3] dm crypt: log aead integrity violations to audit subsystem

[PATCH 0/3] dm: audit event logging
 2021-08-13  6:59 UTC  (7+ messages)
` [PATCH 1/3] dm: introduce audit event module for device mapper
` [PATCH 2/3] dm integrity: log audit events for dm-integrity target
` [PATCH 3/3] dm crypt: log aead integrity violations to audit subsystem

[PATCH v7 0/5] IMA: restrict the accepted digest algorithms for the security.ima xattr
 2021-08-12  0:17 UTC  (3+ messages)

audit-3.0.5 released
 2021-08-11 20:44 UTC 

BUG: segfault on systemctl auditd stop
 2021-08-11 19:04 UTC  (2+ messages)

[PATCH RFC] audit-userspace: support for MAC_TASK_CONTEXTS and MAC_OBJ_CONTEXTS
 2021-08-09 17:04 UTC  (3+ messages)

auditd not logging proper log
 2021-08-09  3:19 UTC  (5+ messages)

audit-3.0.4 released
 2021-08-08 14:19 UTC 

[PATCH v4 0/3] audit: add support for openat2
 2021-08-05 22:01 UTC  (3+ messages)
` [PATCH v4 1/3] audit: replace magic audit syscall class numbers with macros

last restart of auditd - in EPOCH time
 2021-08-05 13:03 UTC  (3+ messages)

[PATCH] kernel/auditsc: remove unused header file
 2021-08-02 13:54 UTC  (2+ messages)

[PATCH v28 00/25] LSM: Module stacking for AppArmor
 2021-07-22  0:31 UTC  (2+ messages)
  ` [PATCH v28 01/25] LSM: Infrastructure management of the sock security

[PATCH] Audit: fix coding style
 2021-07-20  2:41 UTC  (2+ messages)

Memory Leak in Audisp-Plugin
 2021-07-20  1:37 UTC  (3+ messages)

audit 3.0.3 released
 2021-07-14 19:27 UTC  (2+ messages)

The format of password change audit events seems to have changed, Can you confirm the correct record type ?
 2021-07-10 14:57 UTC  (8+ messages)
      ` [EXT] "

Bad Rule?
 2021-07-08 19:33 UTC  (7+ messages)

[GIT PULL] Audit patches for v5.14
 2021-06-30 22:34 UTC  (2+ messages)

AUDIT_ARCH_ and __NR_syscall constants for seccomp filters
 2021-06-29 23:41 UTC  (8+ messages)

auditd process memory leak
 2021-06-23  5:49 UTC 


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).