linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-23 20:54:22 to 2022-03-08 13:20:11 UTC [more...]

[PATCH v8 0/5] Enable root to update the blacklist keyring
 2022-03-08 13:19 UTC  (5+ messages)
` [PATCH v8 5/5] certs: Allow root user to append signed hashes to "

[PATCH 0/4] Add CA enforcement in the machine keyring
 2022-03-08 12:45 UTC  (19+ messages)
` [PATCH 1/4] KEYS: Create static version of public_key_verify_signature
` [PATCH 2/4] X.509: Parse Basic Constraints for CA
` [PATCH 3/4] KEYS: CA link restriction
` [PATCH 4/4] integrity: CA enforcement in machine keyring

[PATCH v10 0/3] integrity: support including firmware ".platform" keys at build time
 2022-03-08  9:33 UTC  (8+ messages)
` [PATCH v10 1/3] certs: export load_certificate_list() to be used outside certs/
` [PATCH v10 2/3] integrity: make integrity_keyring_from_id() non-static
` [PATCH v10 3/3] integrity: support including firmware ".platform" keys at build time

[PATCH v3 0/9] bpf-lsm: Extend interoperability with IMA
 2022-03-07 20:44 UTC  (25+ messages)
` [PATCH v3 1/9] ima: Fix documentation-related warnings in ima_main.c
` [PATCH v3 2/9] ima: Always return a file measurement in ima_file_hash()
` [PATCH v3 3/9] bpf-lsm: Introduce new helper bpf_ima_file_hash()
` [PATCH v3 4/9] selftests/bpf: Move sample generation code to ima_test_common()
` [PATCH v3 5/9] selftests/bpf: Add test for bpf_ima_file_hash()
` [PATCH v3 6/9] selftests/bpf: Check if the digest is refreshed after a file write
` [PATCH v3 7/9] bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable
` [PATCH v3 8/9] selftests/bpf: Add test for bpf_lsm_kernel_read_file()
` [PATCH v3 9/9] selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policy

[PATCH v5 0/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-03-07  4:48 UTC  (14+ messages)
` [PATCH v5 3/5] KEYS: trusted: allow trust sources to use kernel RNG for key material
    ` [EXT] "
` [PATCH v5 4/5] crypto: caam - add in-kernel interface for blob generator
      ` [EXT] "
` [PATCH v5 5/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
  ` [EXT] "

[PATCH v9 0/3] integrity: support including firmware ".platform" keys at build time
 2022-03-06  2:10 UTC  (9+ messages)
` [PATCH v9 1/3] certs: export load_certificate_list() to be used outside certs/
` [PATCH v9 2/3] integrity: make integrity_keyring_from_id() non-static
` [PATCH v9 3/3] integrity: support including firmware ".platform" keys at build time

[PATCH] KEYS: remove support for asym_tpm keys
 2022-03-05  5:41 UTC  (5+ messages)

[PATCH v32 00/28] LSM: Module stacking for AppArmor
 2022-03-04 19:14 UTC  (16+ messages)
` [PATCH v32 03/28] LSM: Add the lsmblob data structure
` [PATCH v32 24/28] Audit: Add framework for auxiliary records
` [PATCH v32 26/28] Audit: Add record for multiple object security contexts

[PATCH RESEND] xfs: don't generate selinux audit messages for capability testing
 2022-03-04  0:30 UTC  (7+ messages)

a few trivial bdevname() removals
 2022-03-03 17:29 UTC  (12+ messages)
` [PATCH 1/5] block: stop using bdevname in bdev_write_inode
` [PATCH 2/5] block: stop using bdevname in __blkdev_issue_discard
` [PATCH 3/5] block: stop using bdevname in drbd_report_io_error
` [PATCH 4/5] pktcdvd: stop using bdevname
` [PATCH 5/5] loadpin: "

[PATCH] KEYS: fix memory leak when reading certificate fails
 2022-03-03 12:56 UTC  (3+ messages)
` [PATCH v2] KEYS: fix memory leaks when reading certificate

[PATCH v11 00/27] ima: Namespace IMA with audit support in IMA-ns
 2022-03-02 23:11 UTC  (30+ messages)
` [PATCH v11 01/27] ima: Return error code obtained from securityfs functions
` [PATCH v11 02/27] securityfs: rework dentry creation
` [PATCH v11 03/27] securityfs: Extend securityfs with namespacing support
` [PATCH v11 04/27] ima: Define ima_namespace struct and start moving variables into it
` [PATCH v11 05/27] ima: Move arch_policy_entry into ima_namespace
` [PATCH v11 06/27] ima: Move ima_htable "
` [PATCH v11 07/27] ima: Move measurement list related variables "
` [PATCH v11 08/27] ima: Move some IMA policy and filesystem "
` [PATCH v11 09/27] ima: Move IMA securityfs files into ima_namespace or onto stack
` [PATCH v11 10/27] ima: Move ima_lsm_policy_notifier into ima_namespace
` [PATCH v11 11/27] ima: Switch to lazy lsm policy updates for better performance
` [PATCH v11 12/27] ima: Define mac_admin_ns_capable() as a wrapper for ns_capable()
` [PATCH v11 13/27] ima: Only accept AUDIT rules for non-init_ima_ns namespaces for now
` [PATCH v11 14/27] userns: Add pointer to ima_namespace to user_namespace
` [PATCH v11 15/27] ima: Implement hierarchical processing of file accesses
` [PATCH v11 16/27] ima: Implement ima_free_policy_rules() for freeing of an ima_namespace
` [PATCH v11 17/27] ima: Add functions for creating and "
` [PATCH v11 18/27] integrity/ima: Define ns_status for storing namespaced iint data
` [PATCH v11 19/27] integrity: Add optional callback function to integrity_inode_free()
` [PATCH v11 20/27] ima: Namespace audit status flags
` [PATCH v11 21/27] ima: Remove unused iints from the integrity_iint_cache
` [PATCH v11 22/27] ima: Setup securityfs for IMA namespace
` [PATCH v11 23/27] ima: Introduce securityfs file to activate an "
` [PATCH v11 24/27] ima: Show owning user namespace's uid and gid when displaying policy
` [PATCH v11 25/27] ima: Limit number of policy rules in non-init_ima_ns
` [PATCH v11 26/27] ima: Restrict informational audit messages to init_ima_ns
` [PATCH v11 27/27] ima: Enable IMA namespaces

[PATCH v8 0/3] integrity: support including firmware ".platform" keys at build time
 2022-03-02  4:21 UTC  (4+ messages)

[PATCH v8 0/4] Allow guest access to EFI confidential computing secret area
 2022-03-01 12:24 UTC  (9+ messages)
` [PATCH v8 1/4] efi: Save location of EFI confidential computing area
` [PATCH v8 2/4] virt: Add efi_secret module to expose confidential computing secrets
` [PATCH v8 3/4] efi: Load efi_secret module if EFI secret area is populated
` [PATCH v8 4/4] docs: security: Add secrets/coco documentation

[PATCH] ima: remove redundant initialization of pointer 'file'
 2022-03-01 12:07 UTC 

[PATCH v1] fs: Fix inconsistent f_mode
 2022-03-01 10:15 UTC  (3+ messages)

[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2022-03-01  1:09 UTC  (6+ messages)

[PATCH 2/2] integrity: double check iint_cache was initialized
 2022-02-28 16:48 UTC  (8+ messages)

[PATCH v2 0/6] bpf-lsm: Extend interoperability with IMA
 2022-02-28 10:43 UTC  (9+ messages)

[PATCH v1 0/7] Minor Landlock fixes and new tests
 2022-02-28  7:59 UTC  (4+ messages)
` [PATCH v1 2/7] landlock: Fix landlock_add_rule(2) signature

[PATCH v3 1/2] fs/proc: Optimize arrays defined by struct ctl_path
 2022-02-26 20:57 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH] userfaultfd, capability: introduce CAP_USERFAULTFD
 2022-02-25 20:10 UTC  (8+ messages)

Wycena paneli fotowoltaicznych
 2022-02-25  7:45 UTC 

[RFC PATCH 0/2] landlock network implementation cover letter
 2022-02-25  2:44 UTC  (8+ messages)
` [RFC PATCH 2/2] landlock: selftests for bind and connect hooks

[PATCH] selinux: log anon inode class name
 2022-02-25  0:25 UTC  (2+ messages)

[GIT PULL] SELinux fixes for v5.17 (#2)
 2022-02-24 19:18 UTC  (2+ messages)

[PATCH v2] fs/proc: Optimize arrays defined by struct ctl_path
 2022-02-24 11:05 UTC  (2+ messages)

Ruch z pierwszej pozycji w Google
 2022-02-24  9:05 UTC 

[PATCH v10 00/27] ima: Namespace IMA with audit support in IMA-ns
 2022-02-24  2:49 UTC  (20+ messages)
` [PATCH v10 18/27] integrity/ima: Define ns_status for storing namespaced iint data
` [PATCH v10 24/27] ima: Introduce securityfs file to activate an IMA namespace
` [PATCH v10 26/27] ima: Limit number of policy rules in non-init_ima_ns
` [PATCH v10 27/27] ima: Enable IMA namespaces


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