linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-03 18:06:47 to 2021-12-10 23:01:33 UTC [more...]

[RFC PATCH 0/2] Landlock network PoC implementation
 2021-12-10 23:01 UTC  (3+ messages)

[PATCH v5 00/16] ima: Namespace IMA with audit support in IMA-ns
 2021-12-10 20:08 UTC  (49+ messages)
` [PATCH v5 01/16] ima: Add IMA namespace support
` [PATCH v5 02/16] ima: Define ns_status for storing namespaced iint data
` [PATCH v5 03/16] ima: Namespace audit status flags
` [PATCH v5 04/16] ima: Move delayed work queue and variables into ima_namespace
` [PATCH v5 05/16] ima: Move IMA's keys queue related "
` [PATCH v5 06/16] ima: Move policy "
` [PATCH v5 07/16] ima: Move ima_htable "
` [PATCH v5 08/16] ima: Move measurement list related variables "
` [PATCH v5 09/16] ima: Only accept AUDIT rules for IMA non-init_ima_ns namespaces for now
` [PATCH v5 10/16] ima: Implement hierarchical processing of file accesses
` [PATCH v5 11/16] securityfs: Only use simple_pin_fs/simple_release_fs for init_user_ns
` [PATCH v5 12/16] securityfs: Extend securityfs with namespacing support
` [PATCH v5 13/16] ima: Move some IMA policy and filesystem related variables into ima_namespace
` [PATCH v5 14/16] ima: Use mac_admin_ns_capable() to check corresponding capability
` [PATCH v5 15/16] ima: Move dentries into ima_namespace
` [PATCH v5 16/16] ima: Setup securityfs for IMA namespace

[PATCH v6 00/17] ima: Namespace IMA with audit support in IMA-ns
 2021-12-10 19:47 UTC  (18+ messages)
` [PATCH v6 01/17] ima: Add IMA namespace support
` [PATCH v6 02/17] ima: Define ns_status for storing namespaced iint data
` [PATCH v6 03/17] ima: Namespace audit status flags
` [PATCH v6 04/17] ima: Move delayed work queue and variables into ima_namespace
` [PATCH v6 05/17] ima: Move IMA's keys queue related "
` [PATCH v6 06/17] ima: Move policy "
` [PATCH v6 07/17] ima: Move ima_htable "
` [PATCH v6 08/17] ima: Move measurement list related variables "
` [PATCH v6 09/17] ima: Only accept AUDIT rules for IMA non-init_ima_ns namespaces for now
` [PATCH v6 10/17] ima: Implement hierarchical processing of file accesses
` [PATCH v6 11/17] securityfs: Only use simple_pin_fs/simple_release_fs for init_user_ns
` [PATCH v6 12/17] securityfs: Extend securityfs with namespacing support
` [PATCH v6 13/17] ima: Move some IMA policy and filesystem related variables into ima_namespace
` [PATCH v6 14/17] ima: Tie opened SecurityFS files to the IMA namespace it belongs to
` [PATCH v6 15/17] ima: Use mac_admin_ns_capable() to check corresponding capability
` [PATCH v6 16/17] ima: Move dentry into ima_namespace and others onto stack
` [PATCH v6 17/17] ima: Setup securityfs for IMA namespace

[PATCH 00/12] selftests: Remove ARRAY_SIZE duplicate defines
 2021-12-10 17:33 UTC  (13+ messages)
` [PATCH 01/12] tools: fix ARRAY_SIZE defines in tools and selftests hdrs
` [PATCH 02/12] selftests/arm64: remove ARRAY_SIZE define from vec-syscfg.c
` [PATCH 03/12] selftests/cgroup: remove ARRAY_SIZE define from cgroup_util.h
` [PATCH 04/12] selftests/core: remove ARRAY_SIZE define from close_range_test.c
` [PATCH 05/12] selftests/ir: remove ARRAY_SIZE define from ir_loopback.c
` [PATCH 06/12] selftests/landlock: remove ARRAY_SIZE define from common.h
` [PATCH 07/12] selftests/net: remove ARRAY_SIZE define from individual tests
` [PATCH 08/12] selftests/rseq: "
` [PATCH 09/12] selftests/seccomp: remove ARRAY_SIZE define from seccomp_benchmark
` [PATCH 10/12] selftests/sparc64: remove ARRAY_SIZE define from adi-test
` [PATCH 11/12] selftests/timens: remove ARRAY_SIZE define from individual tests
` [PATCH 12/12] selftests/vm: "

[PATCH -next] lsm: Fix kernel-doc
 2021-12-10  5:57 UTC 

[PATCH v2 0/6] KEXEC_SIG with appended signature
 2021-12-09 21:53 UTC  (13+ messages)
` [PATCH v2 2/6] powerpc/kexec_file: Add KEXEC_SIG support
` [PATCH v2 4/6] module: strip the signature marker in the verification function
` [PATCH v2 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig

[RFC PATCH 1/2] security: Remove security_add_mnt_opt() as it's unused
 2021-12-08 20:05 UTC  (5+ messages)
` [RFC PATCH 2/2] security, nfs: Provide a hook for fs_context security initialisation

[PATCH v4 00/16] ima: Namespace IMA with audit support in IMA-ns
 2021-12-08 18:22 UTC  (36+ messages)
` [PATCH v4 01/16] ima: Add IMA namespace support
` [PATCH v4 02/16] ima: Define ns_status for storing namespaced iint data
` [PATCH v4 03/16] ima: Namespace audit status flags
` [PATCH v4 04/16] ima: Move delayed work queue and variables into ima_namespace
` [PATCH v4 05/16] ima: Move IMA's keys queue related "
` [PATCH v4 06/16] ima: Move policy "
` [PATCH v4 07/16] ima: Move ima_htable "
` [PATCH v4 08/16] ima: Move measurement list related variables "
` [PATCH v4 09/16] ima: Only accept AUDIT rules for IMA non-init_ima_ns namespaces for now
` [PATCH v4 10/16] ima: Implement hierarchical processing of file accesses
` [PATCH v4 11/16] securityfs: Only use simple_pin_fs/simple_release_fs for init_user_ns
` [PATCH v4 12/16] securityfs: Extend securityfs with namespacing support
` [PATCH v4 13/16] ima: Move some IMA policy and filesystem related variables into ima_namespace
` [PATCH v4 14/16] ima: Use mac_admin_ns_capable() to check corresponding capability
` [PATCH v4 15/16] ima: Move dentries into ima_namespace
` [PATCH v4 16/16] ima: Setup securityfs for IMA namespace

[PATCH v3 00/16] ima: Namespace IMA with audit support in IMA-ns
 2021-12-07 17:13 UTC  (27+ messages)
` [PATCH v3 01/16] ima: Add IMA namespace support
` [PATCH v3 02/16] ima: Define ns_status for storing namespaced iint data
` [PATCH v3 03/16] ima: Namespace audit status flags
` [PATCH v3 04/16] ima: Move delayed work queue and variables into ima_namespace
` [PATCH v3 05/16] ima: Move IMA's keys queue related "
` [PATCH v3 06/16] ima: Move policy "
` [PATCH v3 07/16] ima: Move ima_htable "
` [PATCH v3 08/16] ima: Move measurement list related variables "
` [PATCH v3 09/16] ima: Only accept AUDIT rules for IMA non-init_ima_ns namespaces for now
` [PATCH v3 10/16] ima: Implement hierarchical processing of file accesses
` [PATCH v3 11/16] securityfs: Move vfsmount into user_namespace
` [PATCH v3 12/16] securityfs: Extend securityfs with namespacing support
` [PATCH v3 13/16] ima: Move some IMA policy and filesystem related variables into ima_namespace
` [PATCH v3 14/16] ima: Use mac_admin_ns_capable() to check corresponding capability
` [PATCH v3 15/16] ima: Move dentries into ima_namespace
` [PATCH v3 16/16] ima: Setup securityfs for IMA namespace

[PATCH] security,selinux: remove security_add_mnt_opt()
 2021-12-06 23:36 UTC  (4+ messages)

[RFC v2 00/19] ima: Namespace IMA with audit support in IMA-ns
 2021-12-06 17:22 UTC  (22+ messages)
` [RFC v2 19/19] ima: Setup securityfs for IMA namespace

[RFC PATCH v7 11/16] ipe: add support for dm-verity as a trust provider
 2021-12-06 10:57 UTC  (9+ messages)
` [RFC][PATCH] device mapper: Add builtin function dm_get_status()

[PATCH v30 00/28] LSM: Module stacking for AppArmor
 2021-12-06  2:45 UTC  (17+ messages)
` [PATCH v30 01/28] integrity: disassociate ima_filter_rule from security_audit_rule
` [PATCH v30 03/28] LSM: Add the lsmblob data structure
` [PATCH v30 06/28] LSM: Use lsmblob in security_audit_rule_match
` [PATCH v30 22/28] Audit: Keep multiple LSM data in audit_names
` [PATCH v30 23/28] Audit: Create audit_stamp structure
` [PATCH v30 24/28] Audit: Add framework for auxiliary records
` [PATCH v30 25/28] Audit: Add record for multiple task security contexts
` [PATCH v30 26/28] Audit: Add record for multiple object "

[PATCH v5 0/2] integrity: support including firmware ".platform" keys at build time
 2021-12-05 13:45 UTC  (5+ messages)
` [PATCH v5 1/2] certs: export load_certificate_list() to be used outside certs/
` [PATCH v5 2/2] integrity: support including firmware ".platform" keys at build time

[PATCH v4 0/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-12-05  0:18 UTC  (7+ messages)
` [PATCH v4 1/5] KEYS: trusted: allow use of TEE as backend without TCG_TPM support
` [PATCH v4 2/5] KEYS: trusted: allow users to use kernel RNG for key material
` [PATCH v4 4/5] crypto: caam - add in-kernel interface for blob generator

[PATCH v8 00/17] Enroll kernel keys thru MOK
 2021-12-04 17:39 UTC  (7+ messages)
` [PATCH v8 09/17] KEYS: Rename get_builtin_and_secondary_restriction

[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2021-12-03 18:34 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).