audit.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-29 16:33:56 to 2023-12-15 22:23:05 UTC [more...]

[PATCH v39 08/42] LSM: Use lsmblob in security_ipc_getsecid
 2023-12-15 22:16 UTC 

[PATCH 0/2] audit: Further reduce syscall latency
 2023-12-13 23:54 UTC  (7+ messages)
` [PATCH 1/2] audit: Vary struct audit_entry alignment
` [PATCH 2/2] audit: Apply codegen optimizations
` [PATCH 2/2] audit: Apply special optimizations

[PATCH 00/16] fs: use type-safe uid representation for filesystem capabilities
 2023-12-11  7:57 UTC  (45+ messages)
` [PATCH 01/16] mnt_idmapping: split out core vfs[ug]id_t definitions into vfsid.h
` [PATCH 02/16] mnt_idmapping: include cred.h
` [PATCH 03/16] capability: rename cpu_vfs_cap_data to vfs_caps
  ` [PATCH 3/16] "
` [PATCH 04/16] capability: use vfsuid_t for vfs_caps rootids
  ` [PATCH 4/16] "
` [PATCH 05/16] capability: provide helpers for converting between xattrs and vfs_caps
` [PATCH 06/16] capability: provide a helper for converting vfs_caps to xattr for userspace
` [PATCH 07/16] fs: add inode operations to get/set/remove fscaps
` [PATCH 08/16] fs: add vfs_get_fscaps()
` [PATCH 09/16] fs: add vfs_set_fscaps()
` [PATCH 10/16] fs: add vfs_remove_fscaps()
` [PATCH 11/16] ovl: add fscaps handlers
` [PATCH 12/16] ovl: use vfs_{get,set}_fscaps() for copy-up
` [PATCH 13/16] fs: use vfs interfaces for capabilities xattrs
` [PATCH 14/16] commoncap: remove cap_inode_getsecurity()
` [PATCH 15/16] commoncap: use vfs fscaps interfaces for killpriv checks
` [PATCH 16/16] vfs: return -EOPNOTSUPP for fscaps from vfs_*xattr()

[GIT PULL] audit/audit-pr-20231116
 2023-11-17 14:29 UTC  (2+ messages)

[PATCH] MAINTAINERS: update the audit entry
 2023-11-16  4:40 UTC  (2+ messages)

[PATCH v2] audit: don't take task_lock() in audit_exe_compare() code path
 2023-11-15  0:36 UTC  (9+ messages)

[PATCH] audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()
 2023-11-15  0:31 UTC 

[RFC PATCH] audit: Send netlink ACK before setting connection in auditd_set
 2023-11-13  3:36 UTC  (14+ messages)
          ` [PATCH v2] "

[RFC PATCH v11 00/19] Integrity Policy Enforcement LSM (IPE)
 2023-11-03 22:30 UTC  (58+ messages)
` [RFC PATCH v11 01/19] security: add ipe lsm
` [RFC PATCH v11 02/19] ipe: add policy parser
  ` [PATCH RFC v11 2/19] "
` [RFC PATCH v11 03/19] ipe: add evaluation loop
  ` [PATCH RFC v11 3/19] "
` [RFC PATCH v11 04/19] ipe: add LSM hooks on execution and kernel read
  ` [PATCH RFC v11 4/19] "
` [RFC PATCH v11 05/19] ipe: introduce 'boot_verified' as a trust provider
  ` [PATCH RFC v11 5/19] "
` [RFC PATCH v11 06/19] security: add new securityfs delete function
` [RFC PATCH v11 07/19] ipe: add userspace interface
` [RFC PATCH v11 08/19] uapi|audit|ipe: add ipe auditing support
  ` [PATCH RFC v11 8/19] "
` [RFC PATCH v11 09/19] ipe: add permissive toggle
  ` [PATCH RFC v11 9/19] "
` [RFC PATCH v11 10/19] block|security: add LSM blob to block_device
` [RFC PATCH v11 11/19] dm verity: set DM_TARGET_SINGLETON feature flag
  ` [PATCH RFC "
` [RFC PATCH v11 12/19] dm: add finalize hook to target_type
  ` [PATCH RFC "
` [RFC PATCH v11 13/19] dm verity: consume root hash digest and signature data via LSM hook
  ` [PATCH RFC "
` [RFC PATCH v11 14/19] ipe: add support for dm-verity as a trust provider
  ` [PATCH RFC "
` [RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
  ` [PATCH RFC "
` [RFC PATCH v11 16/19] ipe: enable support for fs-verity as a trust provider
  ` [PATCH RFC "
` [RFC PATCH v11 17/19] scripts: add boot policy generation program
  ` [PATCH RFC "
` [RFC PATCH v11 18/19] ipe: kunit test for parser
  ` [PATCH RFC "
` [RFC PATCH v11 19/19] documentation: add ipe documentation

[GIT PULL] audit/audit-pr-20231030
 2023-10-31  6:31 UTC  (2+ messages)

ANN: kernel git branches and process changes
 2023-10-26 10:53 UTC  (4+ messages)

[PATCH v3] audit: don't take task_lock() in audit_exe_compare() code path
 2023-10-26  2:32 UTC  (5+ messages)

[PATCH] audit: use mmget() instead of get_task_exe_file() when auditing @current
 2023-10-24 15:44 UTC  (13+ messages)

This list is being migrated to new vger infra (no action required)
 2023-10-23 17:02 UTC  (2+ messages)

[apparmor] AppArmor kernel audit locks up system
 2023-10-18 22:23 UTC  (11+ messages)

[PATCH] audit,io_uring: io_uring openat triggers audit reference count underflow
 2023-10-13 20:06 UTC  (14+ messages)

audit: io_uring openat triggers audit reference count underflow in worker thread
 2023-10-12 21:12 UTC  (7+ messages)
      ` [EXTERNAL] "

[nf PATCH v2] netfilter: nf_tables: audit log object reset once per table
 2023-10-11 15:06 UTC 

[nf PATCH 0/3] Review nf_tables audit logging
 2023-10-03 20:48 UTC  (6+ messages)
` [nf PATCH 2/3] netfilter: nf_tables: Deduplicate nft_register_obj audit logs
` [nf PATCH 3/3] netfilter: nf_tables: Audit log object reset once per table

[RFC PATCH v1 0/7] Landlock audit support
 2023-09-29 16:33 UTC  (9+ messages)
` [RFC PATCH v1 5/7] landlock: Log file-related requests


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 read-only IMAP folder(s) and NNTP newsgroup(s).