linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-20 13:18:50 to 2020-08-26 15:05:08 UTC [more...]

[PATCH v20 00/23] LSM: Module stacking for AppArmor
 2020-08-26 14:52 UTC  (3+ messages)
  ` [PATCH v20 01/23] LSM: Infrastructure management of the sock security
  ` [PATCH v20 03/23] LSM: Use lsmblob in security_audit_rule_match

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

Administrivia
 2020-08-21 22:03 UTC  (3+ messages)

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-08-21 20:13 UTC  (24+ 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 08/13] audit: add containerid support for user records
` [PATCH ghak90 V9 10/13] audit: add support for containerid to network namespaces
` [PATCH ghak90 V9 11/13] audit: contid check descendancy and nesting

[audit] c4dad0aab3: canonical_address#:#[##]
 2020-08-18  1:10 UTC  (3+ messages)
  ` [LKP] "

[PATCH 1/2] audit: change unnecessary globals into statics
 2020-08-18  0:38 UTC  (8+ messages)
  ` [PATCH 2/2] audit: uninitialize variable audit_sig_sid
  ` [RESEND PATCH 1/2] audit: change unnecessary globals into statics
  ` [RESEND PATCH 2/2] audit: uninitialize variable audit_sig_sid

[RFC PATCH v5 00/11] Integrity Policy Enforcement LSM (IPE)
 2020-08-14 14:21 UTC  (61+ messages)
` [RFC PATCH v5 01/11] scripts: add ipe tooling to generate boot policy
` [RFC PATCH v5 02/11] security: add ipe lsm evaluation loop and audit system
` [RFC PATCH v5 03/11] security: add ipe lsm policy parser and policy loading
` [RFC PATCH v5 04/11] ipe: add property for trust of boot volume
` [RFC PATCH v5 05/11] fs: add security blob and hooks for block_device
` [RFC PATCH v5 06/11] dm-verity: move signature check after tree validation
` [RFC PATCH v5 07/11] dm-verity: add bdev_setsecurity hook for dm-verity signature
` [RFC PATCH v5 08/11] ipe: add property for signed dmverity volumes
` [RFC PATCH v5 09/11] dm-verity: add bdev_setsecurity hook for root-hash
` [RFC PATCH v5 10/11] documentation: add ipe documentation
` [RFC PATCH v5 10/12] ipe: add property for dmverity roothash
` [RFC PATCH v5 11/11] cleanup: uapi/linux/audit.h
` [RFC PATCH v5 11/12] documentation: add ipe documentation
` [RFC PATCH v5 12/12] cleanup: uapi/linux/audit.h
      ` [dm-devel] [RFC PATCH v5 00/11] Integrity Policy Enforcement LSM (IPE)

[PATCH] field-dictionary.csv: Add errno to audit message field dictionary
 2020-08-12  0:53 UTC  (2+ messages)

[GIT PULL] Audit patches for v5.9
 2020-08-04 21:40 UTC  (2+ messages)

Adding audit support to dpkg
 2020-08-04 13:20 UTC  (3+ messages)

[PATCH 2/4] audit: uninitialize global variable audit_sig_sid
 2020-08-02 14:32 UTC  (6+ messages)
  ` [PATCH 3/4] audit: uninitialize static variables

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

httpd auid = -1
 2020-07-30 21:41 UTC  (4+ messages)

[RFC PATCH v6 00/11] Integrity Policy Enforcement LSM (IPE)
 2020-07-30  0:31 UTC  (12+ messages)
` [RFC PATCH v6 01/11] scripts: add ipe tooling to generate boot policy
` [RFC PATCH v6 02/11] security: add ipe lsm evaluation loop and audit system
` [RFC PATCH v6 03/11] security: add ipe lsm policy parser and policy loading
` [RFC PATCH v6 04/11] ipe: add property for trust of boot volume
` [RFC PATCH v6 05/11] fs: add security blob and hooks for block_device
` [RFC PATCH v6 06/11] dm-verity: add bdev_setsecurity hook for dm-verity signature
` [RFC PATCH v6 07/11] ipe: add property for signed dmverity volumes
` [RFC PATCH v6 08/11] dm-verity: add bdev_setsecurity hook for root-hash
` [RFC PATCH v6 09/11] ipe: add property for dmverity roothash
` [RFC PATCH v6 10/11] documentation: add ipe documentation
` [RFC PATCH v6 11/11] cleanup: uapi/linux/audit.h

[GIT PULL] Audit fixes for v5.8 (#1)
 2020-07-29 21:45 UTC  (2+ messages)

[PATCH V3fix ghak120] audit: initialize context values in case of mandatory events
 2020-07-29 14:33 UTC  (6+ messages)

[PATCH] revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules present")
 2020-07-29 14:05 UTC  (2+ messages)

null pointer dereference regression in 5.7
 2020-07-24 19:10 UTC  (15+ messages)

[PATCH v3] audit: report audit wait metric in audit status reply
 2020-07-21 22:59 UTC  (5+ messages)

[PATCH ghak84 v4] audit: purge audit_log_string from the intra-kernel audit API
 2020-07-21 21:16 UTC  (8+ messages)

[RFC PATCH v4 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-07-20 16:44 UTC  (9+ messages)
` [RFC PATCH v4 02/12] security: add ipe lsm evaluation loop and audit system
` [RFC PATCH v4 03/12] security: add ipe lsm policy parser and policy loading
` [RFC PATCH v4 05/12] fs: add security blob and hooks for block_device
` [RFC PATCH v4 08/12] ipe: add property for signed dmverity volumes


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