linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-21 19:15:52 to 2020-10-29 12:48:56 UTC [more...]

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

[PATCH 00/34] fs: idmapped mounts
 2020-10-29  2:27 UTC  (36+ messages)
` [PATCH 01/34] namespace: take lock_mount_hash() directly when changing flags
` [PATCH 02/34] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH 03/34] fs: add mount_setattr()
` [PATCH 04/34] tests: add mount_setattr() selftests
` [PATCH 05/34] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH 06/34] fs: add id translation helpers
` [PATCH 07/34] capability: handle idmapped mounts
` [PATCH 08/34] namei: add idmapped mount aware permission helpers
` [PATCH 09/34] inode: add idmapped mount aware init and "
` [PATCH 10/34] attr: handle idmapped mounts
` [PATCH 11/34] acl: "
` [PATCH 12/34] xattr: "
` [PATCH 13/34] selftests: add idmapped mounts xattr selftest
` [PATCH 14/34] commoncap: handle idmapped mounts
` [PATCH 15/34] stat: add mapped_generic_fillattr()
` [PATCH 16/34] namei: handle idmapped mounts in may_*() helpers
` [PATCH 17/34] namei: introduce struct renamedata
` [PATCH 18/34] namei: prepare for idmapped mounts
` [PATCH 19/34] namei: add lookup helpers with idmapped mounts aware permission checking
` [PATCH 20/34] open: handle idmapped mounts in do_truncate()
` [PATCH 21/34] open: handle idmapped mounts
` [PATCH 22/34] af_unix: "
` [PATCH 23/34] utimes: "
` [PATCH 24/34] would_dump: "
` [PATCH 25/34] exec: "
` [PATCH 26/34] fs: add helpers for idmap mounts
` [PATCH 27/34] apparmor: handle idmapped mounts
` [PATCH 28/34] audit: "
` [PATCH 29/34] ima: "
` [PATCH 30/34] ext4: support "
` [PATCH 31/34] expfs: handle "
` [PATCH 32/34] overlayfs: handle idmapped lower directories
` [PATCH 33/34] overlayfs: handle idmapped merged mounts
` [PATCH 34/34] fat: handle idmapped mounts

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-10-28  1:35 UTC  (26+ messages)
` [PATCH ghak90 V9 02/13] audit: add container id
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls
` [PATCH ghak90 V9 06/13] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V9 11/13] audit: contid check descendancy and nesting

[PATCH ghak120 V5] audit: trigger accompanying records when no rules present
 2020-10-28  1:26 UTC  (5+ messages)

[PATCH v3 51/56] audit: fix a kernel-doc markup
 2020-10-28  0:59 UTC  (4+ messages)

How to monitor only when a binary is launched
 2020-10-20 13:33 UTC  (2+ messages)

Auditd is not turning off the system on (RHEL7.+)
 2020-10-15 10:46 UTC  (6+ messages)

How to confirm AUDITD is immutable
 2020-10-14 18:44 UTC  (2+ messages)

[GIT PULL] Audit patches for v5.10
 2020-10-13 23:49 UTC  (4+ messages)

Identifying thread/process termination
 2020-10-09  1:12 UTC  (7+ messages)

auditing signals
 2020-10-08  0:55 UTC  (2+ messages)

[PATCH 2/3] fanotify: define bit map fields to hold response decision context
 2020-10-01 20:33 UTC  (4+ messages)

[PATCH 1/3] fanotify: Ensure consistent variable type for response
 2020-10-01  9:49 UTC  (2+ messages)

[PATCH 3/3] fanotify: Allow audit to use the full permission event response
 2020-09-30 16:12 UTC 

[PATCH 0/3] fanotify: Allow user space to pass back additional audit info
 2020-09-30 16:12 UTC 

augenrules --load
 2020-09-22 17:06 UTC  (2+ messages)

[[PATCH V4]] audit: trigger accompanying records when no rules present
 2020-09-22 12:43 UTC  (5+ messages)

[PATCH AUTOSEL 4.14 043/127] audit: CONFIG_CHANGE don't log internal bookkeeping as an event
 2020-09-18  2:10 UTC 

[PATCH AUTOSEL 4.9 34/90] audit: CONFIG_CHANGE don't log internal bookkeeping as an event
 2020-09-18  2:13 UTC 

[PATCH AUTOSEL 4.19 072/206] audit: CONFIG_CHANGE don't log internal bookkeeping as an event
 2020-09-18  2:05 UTC 

[PATCH AUTOSEL 4.4 24/64] audit: CONFIG_CHANGE don't log internal bookkeeping as an event
 2020-09-18  2:16 UTC 

[PATCH AUTOSEL 5.4 120/330] audit: CONFIG_CHANGE don't log internal bookkeeping as an event
 2020-09-18  1:57 UTC 

[PATCH v20 00/23] LSM: Module stacking for AppArmor
 2020-09-10 14:11 UTC  (63+ messages)
  ` [PATCH v20 01/23] LSM: Infrastructure management of the sock security
  ` [PATCH v20 02/23] LSM: Create and manage the lsmblob data structure
  ` [PATCH v20 03/23] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v20 04/23] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v20 05/23] net: Prepare UDS for security module stacking
  ` [PATCH v20 06/23] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v20 07/23] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v20 08/23] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v20 09/23] LSM: Use lsmblob in security_task_getsecid
  ` [PATCH v20 10/23] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v20 11/23] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v20 12/23] IMA: Change internal interfaces to use lsmblobs
  ` [PATCH v20 13/23] LSM: Specify which LSM to display
  ` [PATCH v20 14/23] LSM: Ensure the correct LSM context releaser
  ` [PATCH v20 15/23] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v20 16/23] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v20 17/23] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v20 18/23] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v20 19/23] LSM: Verify LSM display sanity in binder
  ` [PATCH v20 20/23] Audit: Add new record for multiple process LSM attributes
  ` [PATCH v20 21/23] Audit: Add a new record for multiple object "
  ` [PATCH v20 22/23] LSM: Add /proc attr entry for full LSM context
  ` [PATCH v20 23/23] AppArmor: Remove the exclusive flag

-F perm in audit rules
 2020-09-09 18:03 UTC  (2+ messages)

Security Auditd Config for Enterprises
 2020-09-04 15:41 UTC  (3+ messages)

[RFC] Tamper Evident Logging on Linux Audit
 2020-08-29 15:42 UTC  (2+ messages)

[PATCH] audit: Remove redundant null check
 2020-08-26 13:29 UTC  (2+ messages)

Administrivia
 2020-08-21 22:03 UTC  (3+ 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).