linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-02 02:37:17 to 2021-09-14 21:15:49 UTC [more...]

[PATCH v6 00/13] Enroll kernel keys thru MOK
 2021-09-14 21:14 UTC  (10+ messages)
` [PATCH v6 01/13] integrity: Introduce a Linux keyring called machine
` [PATCH v6 02/13] integrity: Do not allow machine keyring updates following init
` [PATCH v6 03/13] KEYS: CA link restriction
` [PATCH v6 04/13] integrity: restrict INTEGRITY_KEYRING_MACHINE to restrict_link_by_ca
` [PATCH v6 05/13] integrity: add new keyring handler for mok keys
` [PATCH v6 06/13] KEYS: Rename get_builtin_and_secondary_restriction
` [PATCH v6 07/13] KEYS: add a reference to machine keyring
` [PATCH v6 08/13] KEYS: Introduce link restriction for machine keys
` [PATCH v6 13/13] integrity: Only use machine keyring when uefi_check_trust_mok_keys is true

[PATCH v2] hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZERO
 2021-09-14 20:02 UTC 

[PATCH] hardening: Default to INIT_STACK_ALL_ZERO if CC_HAS_AUTO_VAR_INIT_ZERO
 2021-09-14 19:36 UTC  (8+ messages)

[PATCH v3 00/13] integrity: Introduce DIGLIM
 2021-09-14 17:00 UTC  (15+ messages)
` [PATCH v3 01/13] diglim: Overview
` [PATCH v3 02/13] diglim: Basic definitions
` [PATCH v3 03/13] diglim: Objects
` [PATCH v3 04/13] diglim: Methods
` [PATCH v3 05/13] diglim: Parser
` [PATCH v3 06/13] diglim: IMA info
` [PATCH v3 07/13] diglim: Interfaces - digest_list_add, digest_list_del
` [PATCH v3 08/13] diglim: Interfaces - digest_lists_loaded
` [PATCH v3 09/13] diglim: Interfaces - digest_list_label
` [PATCH v3 10/13] diglim: Interfaces - digest_query
` [PATCH v3 11/13] diglim: Interfaces - digests_count
` [PATCH v3 12/13] diglim: Remote Attestation
` [PATCH v3 13/13] diglim: Tests

[PATCH v3 0/1] Relax restrictions on user.* xattr
 2021-09-14 15:01 UTC  (38+ messages)
` [PATCH v3 1/1] xattr: Allow user.* xattr on symlink and special files
` [PATCH 2/1] man-pages: xattr.7: Update text for user extended xattr behavior change
            ` [Virtio-fs] [PATCH v3 0/1] Relax restrictions on user.* xattr
` [PATCH 3/1] xfstests: generic/062: Do not run on newer kernels
` [PATCH 4/1] xfstest: Add a new test to test xattr operations

[PATCH] lsm_audit: avoid overloading the "key" audit field
 2021-09-14 14:49 UTC  (2+ messages)

[syzbot] riscv/fixes boot error: BUG: unable to handle kernel NULL pointer dereference in corrupted
 2021-09-14 10:39 UTC 

[PATCH -next] apparmor: Remove unused inline function label_is_visible()
 2021-09-14  9:53 UTC 

[PATCH v3 0/8] Add LSM access controls and auditing to io_uring
 2021-09-14  3:33 UTC  (9+ messages)
` [PATCH v3 1/8] audit: prepare audit_context for use in calling contexts beyond syscalls
` [PATCH v3 2/8] audit,io_uring,io-wq: add some basic audit support to io_uring
` [PATCH v3 3/8] audit: add filtering for io_uring records
` [PATCH v3 4/8] fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()
` [PATCH v3 5/8] io_uring: convert io_uring to the secure anon inode interface
` [PATCH v3 6/8] lsm,io_uring: add LSM hooks to io_uring
` [PATCH v3 7/8] selinux: add support for the io_uring access controls
` [PATCH v3 8/8] Smack: Brutalist io_uring support with debug

[ANNOUNCE][CFP] Linux Security Summit 2021
 2021-09-14  2:44 UTC  (4+ messages)

[RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
 2021-09-14  2:49 UTC  (14+ messages)

Regression in unix stream sockets with the Smack LSM
 2021-09-14  0:16 UTC  (3+ messages)

[PATCH v4] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-09-13 21:05 UTC  (3+ messages)

[PATCH] integrity: support including firmware ".platform" keys at build time
 2021-09-13 19:37 UTC  (5+ messages)

[PATCH] Revert "Enable '-Werror' by default for all kernel builds"
 2021-09-13 17:42 UTC  (20+ messages)

[PATCH] landlock: Drop "const" argument qualifier to avoid GCC 4.9 warnings
 2021-09-13 16:16 UTC  (3+ messages)

[PATCH v3] KEYS: trusted: Fix trusted key backends when building as module
 2021-09-13  7:47 UTC  (2+ messages)

[syzbot] riscv/fixes boot error: BUG: unable to handle kernel paging request in corrupted
 2021-09-12 10:41 UTC 

[PATCH v6 0/1] NAX (No Anonymous Execution) LSM
 2021-09-11 10:38 UTC  (2+ messages)
` [PATCH v6 1/1] NAX LSM: Add initial support

[PATCH] smack: Guard smack_ipv6_lock definition within a SMACK_IPV6_PORT_LABELING block
 2021-09-10  9:45 UTC 

[PATCH v5 00/12] Enroll kernel keys thru MOK
 2021-09-09 18:19 UTC  (31+ messages)
` [PATCH v5 01/12] integrity: Introduce a Linux keyring called machine
` [PATCH v5 02/12] integrity: Do not allow machine keyring updates following init
` [PATCH v5 03/12] KEYS: CA link restriction
` [PATCH v5 04/12] integrity: restrict INTEGRITY_KEYRING_MACHINE to restrict_link_by_ca
` [PATCH v5 05/12] integrity: add new keyring handler for mok keys
` [PATCH v5 06/12] KEYS: add a reference to machine keyring
` [PATCH v5 07/12] KEYS: Introduce link restriction to include builtin, secondary and machine keys
` [PATCH v5 08/12] KEYS: integrity: change link restriction to trust the machine keyring
` [PATCH v5 09/12] KEYS: link secondary_trusted_keys to machine trusted keys
` [PATCH v5 10/12] integrity: store reference to machine keyring
` [PATCH v5 11/12] integrity: Trust MOK keys if MokListTrustedRT found
` [PATCH v5 12/12] integrity: Only use machine keyring when uefi_check_trust_mok_keys is true

[PATCH AUTOSEL 4.4 06/35] Smack: Fix wrong semantics in smk_access_entry()
 2021-09-09 12:01 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 35/35] net: fix NULL pointer reference in cipso_v4_doi_free

[PATCH AUTOSEL 4.9 06/48] Smack: Fix wrong semantics in smk_access_entry()
 2021-09-09 12:00 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 47/48] net: fix NULL pointer reference in cipso_v4_doi_free

[PATCH AUTOSEL 4.14 08/59] Smack: Fix wrong semantics in smk_access_entry()
 2021-09-09 11:58 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 58/59] net: fix NULL pointer reference in cipso_v4_doi_free

[PATCH AUTOSEL 4.19 09/74] Smack: Fix wrong semantics in smk_access_entry()
 2021-09-09 11:57 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 73/74] net: fix NULL pointer reference in cipso_v4_doi_free

[PATCH AUTOSEL 5.4 013/109] Smack: Fix wrong semantics in smk_access_entry()
 2021-09-09 11:55 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 107/109] net: fix NULL pointer reference in cipso_v4_doi_free

[PATCH AUTOSEL 5.10 017/176] Smack: Fix wrong semantics in smk_access_entry()
 2021-09-09 11:51 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 173/176] net: fix NULL pointer reference in cipso_v4_doi_free

[PATCH AUTOSEL 5.13 026/219] Smack: Fix wrong semantics in smk_access_entry()
 2021-09-09 11:46 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 216/219] net: fix NULL pointer reference in cipso_v4_doi_free

[PATCH AUTOSEL 5.14 033/252] Smack: Fix wrong semantics in smk_access_entry()
 2021-09-09 11:41 UTC  (2+ messages)
` [PATCH AUTOSEL 5.14 249/252] net: fix NULL pointer reference in cipso_v4_doi_free

[PATCH AUTOSEL 5.13 13/14] net: fix NULL pointer reference in cipso_v4_doi_free
 2021-09-07 13:06 UTC  (5+ messages)

[PATCH] apparmor: remove unused argument of aa_umount()
 2021-09-04  2:27 UTC  (4+ messages)

[PATCH] net: fix NULL pointer reference in cipso_v4_doi_free
 2021-09-03 14:08 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH] Revert "net: fix NULL pointer reference in cipso_v4_doi_free"
` [PATCH] net: remove the unnecessary check in cipso_v4_doi_free

[GIT PULL] hardening updates for v5.15-rc1
 2021-09-02 20:05 UTC  (2+ messages)

[PATCH 0/3] Allow access to confidential computing secret area in SEV guests
 2021-09-02 18:14 UTC  (11+ messages)
` [PATCH 3/3] virt: Add sev_secret module to expose confidential computing secrets

Landlock news #1
 2021-09-02 16:13 UTC  (2+ messages)

[PATCH v4 00/12] Enroll kernel keys thru MOK
 2021-09-02 10:18 UTC  (15+ messages)

[PATCH v2] net: fix NULL pointer reference in cipso_v4_doi_free
 2021-09-02  3:04 UTC  (5+ 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).