linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-20 18:38:49 to 2021-07-10 14:59:18 UTC [more...]

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

auditd not logging proper log
 2021-07-10 14:27 UTC 

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 

[ANNOUNCE][CFP] Linux Security Summit 2021
 2021-06-22  2:46 UTC  (3+ messages)

Internal commands track in AuditD
 2021-06-21 17:16 UTC  (3+ messages)

Duplicate Rule situation
 2021-06-21 16:57 UTC  (2+ messages)

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

Adding support for MAC_TASK_CONTEXTS and MAC_OBJ_CONTEXTS to userspace
 2021-06-15 21:15 UTC  (4+ messages)

[PATCH v2 0/1] audit: remove trailing spaces and tabs
 2021-06-11  1:00 UTC  (4+ messages)
` [PATCH v2 1/1] "

audit 3.0.2 released
 2021-06-10 14:40 UTC 

[PATCH 1/1] audit: remove trailing spaces and tabs
 2021-06-09  1:49 UTC  (3+ messages)

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

[PATCH -next] audit: Use list_move instead of list_del/list_add
 2021-06-09  2:19 UTC  (3+ messages)

[PATCH] audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinition
 2021-06-09  2:12 UTC  (10+ messages)
          ` [PATCH v2] "

[RFC PATCH] audit: reduce the number of kauditd_thread wakeups
 2021-06-07 23:17 UTC  (3+ messages)

Unhelpful events
 2021-06-07 19:22 UTC  (4+ messages)

Current problematic cases with immutable loginuid
 2021-06-07 17:49 UTC  (2+ messages)

Replacing file watch (-w) with syscall
 2021-05-28 16:25 UTC  (4+ messages)

[PATCH v26 00/25] LSM: Module stacking for AppArmor
 2021-05-26  9:53 UTC  (36+ messages)
` [PATCH v26 02/25] LSM: Add the lsmblob data structure
` [PATCH v26 03/25] LSM: provide lsm name and id slot mappings
` [PATCH v26 07/25] LSM: Use lsmblob in security_secctx_to_secid
` [PATCH v26 08/25] LSM: Use lsmblob in security_secid_to_secctx
` [PATCH v26 14/25] LSM: Specify which LSM to display
` [PATCH v26 15/25] LSM: Ensure the correct LSM context releaser
` [PATCH v26 18/25] LSM: security_secid_to_secctx in netlink netfilter
` [PATCH v26 21/25] audit: add support for non-syscall auxiliary records
` [PATCH v26 22/25] Audit: Add new record for multiple process LSM attributes

augenrules: -F missing operation for -k
 2021-05-26 13:41 UTC  (4+ messages)

[PATCH v4 0/3] audit: add support for openat2
 2021-05-25 15:00 UTC  (8+ messages)
` [PATCH v4 2/3] audit: add support for the openat2 syscall
` [PATCH v4 3/3] audit: add OPENAT2 record to list how


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