linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-26 12:09:48 to 2021-06-07 19:23:03 UTC [more...]

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

[RFC PATCH] audit: reduce the number of kauditd_thread wakeups
 2021-06-07 18:40 UTC  (2+ messages)

[PATCH] audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinition
 2021-06-07 18:18 UTC  (7+ messages)

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

[RFC PATCH 0/9] Add LSM access controls and auditing to io_uring
 2021-06-04  5:04 UTC  (66+ 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

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  (57+ messages)
  ` [PATCH v26 01/25] LSM: Infrastructure management of the sock security
  ` [PATCH v26 02/25] LSM: Add the lsmblob data structure
  ` [PATCH v26 03/25] LSM: provide lsm name and id slot mappings
  ` [PATCH v26 04/25] IMA: avoid label collisions with stacked LSMs
  ` [PATCH v26 05/25] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v26 06/25] LSM: Use lsmblob in security_kernel_act_as
  ` [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 09/25] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v26 10/25] LSM: Use lsmblob in security_task_getsecid
  ` [PATCH v26 11/25] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v26 12/25] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v26 13/25] IMA: Change internal interfaces to use lsmblobs
  ` [PATCH v26 14/25] LSM: Specify which LSM to display
  ` [PATCH v26 15/25] LSM: Ensure the correct LSM context releaser
  ` [PATCH v26 16/25] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v26 17/25] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v26 18/25] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v26 19/25] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v26 20/25] LSM: Verify LSM display sanity in binder
  ` [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
  ` [PATCH v26 23/25] Audit: Add a new record for multiple object "
  ` [PATCH v26 24/25] LSM: Add /proc attr entry for full LSM context
  ` [PATCH v26 25/25] AppArmor: Remove the exclusive flag

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

[ANNOUNCE][CFP] Linux Security Summit 2021
 2021-05-25 16:24 UTC  (2+ messages)

[PATCH v4 0/3] audit: add support for openat2
 2021-05-25 15:00 UTC  (10+ messages)
` [PATCH v4 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v4 2/3] audit: add support for the openat2 syscall
` [PATCH v4 3/3] audit: add OPENAT2 record to list how

Changes for module stacking in Linux audit
 2021-05-18 14:15 UTC  (3+ messages)

[PATCH v2] lsm_audit,selinux: pass IB device name by reference
 2021-05-14 20:40 UTC  (3+ messages)

[PATCH v2 1/3] arm64: ptrace: Add is_syscall_success to handle compat
 2021-05-14 20:33 UTC  (11+ messages)
` [PATCH v2 2/3] arm64: syscall.h: Add sign extension handling in syscall_get_return_value for compat
` [PATCH v2 3/3] audit: Use syscall_get_return_value to get syscall return code in audit_syscall_exit
  ` [PATCH] alpha: Add syscall_get_return_value()

[PATCH] audit: allow logging of user events in non-initial namespace
 2021-05-11 19:40 UTC  (3+ messages)

[PATCH v3 0/3] audit: add support for openat2
 2021-05-11 18:50 UTC  (8+ messages)
` [PATCH v3 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v3 2/3] audit: add support for the openat2 syscall
` [PATCH v3 3/3] audit: add OPENAT2 record to list how

[PATCH V1] audit: log xattr args not covered by syscall record
 2021-05-11 15:52 UTC  (9+ messages)

[PATCH] audit: add blank line after variable declarations
 2021-05-10 22:46 UTC  (2+ messages)

[PATCH v2 0/3] audit: add support for openat2
 2021-04-30 17:42 UTC  (5+ messages)
` [PATCH v2 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v2 2/3] audit: add support for the openat2 syscall
` [PATCH v2 3/3] audit: add OPENAT2 record to list how

Problems with linux audit system in nested VM
 2021-04-30 13:07 UTC 

[GIT PULL] Audit patches for v5.13
 2021-04-27 20:54 UTC  (2+ messages)


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