messages from 2024-11-13 04:34:34 to 2024-12-05 16:09:58 UTC [more...]
[PATCH v22 0/8] Script execution control (was O_MAYEXEC)
2024-12-05 16:09 UTC (6+ messages)
` [PATCH v22 1/8] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
` [PATCH v22 2/8] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
` [PATCH v22 3/8] selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits
` [PATCH v22 4/8] selftests/landlock: Add tests for execveat + AT_EXECVE_CHECK
` [PATCH v22 6/8] selftests: ktap_helpers: Fix uninitialized variable
[PATCH v2] ima: instantiate the bprm_creds_for_exec() hook
2024-12-05 15:44 UTC (7+ messages)
QEMU launch failure with TPM passthrough
2024-12-05 10:19 UTC (3+ messages)
[PATCH v6 00/15] integrity: Introduce the Integrity Digest Cache
2024-12-05 8:53 UTC (43+ messages)
` [PATCH v6 01/15] lib: Add TLV parser
` [PATCH v6 02/15] module: Introduce ksys_finit_module()
` [PATCH v6 03/15] integrity: Introduce the Integrity Digest Cache
` [PATCH v6 04/15] digest_cache: Initialize digest caches
` [PATCH v6 05/15] digest_cache: Add securityfs interface
` [PATCH v6 06/15] digest_cache: Add hash tables and operations
` [PATCH v6 07/15] digest_cache: Allow registration of digest list parsers
` [PATCH v6 08/15] digest_cache: Parse tlv digest lists
` [PATCH v6 09/15] digest_cache: Populate the digest cache from a digest list
` [PATCH v6 10/15] digest_cache: Add management of verification data
` [PATCH v6 11/15] digest_cache: Add support for directories
` [PATCH v6 12/15] digest cache: Prefetch digest lists if requested
` [PATCH v6 13/15] digest_cache: Reset digest cache on file/directory change
` [PATCH v6 14/15] selftests/digest_cache: Add selftests for the Integrity Digest Cache
` [PATCH v6 15/15] docs: Add documentation of "
[PATCH v21 0/6] Script execution control (was O_MAYEXEC)
2024-12-05 3:33 UTC (22+ messages)
` [PATCH v21 1/6] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
` [PATCH v21 2/6] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
` [PATCH v21 6/6] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests
[PATCH v2] ima: instantiate the bprm_creds_for_exec() hook
2024-12-04 19:27 UTC (2+ messages)
[PATCH] ima: instantiate the bprm_creds_for_exec() hook
2024-12-03 16:03 UTC (9+ messages)
[RFC PATCH] ima: instantiate the bprm_creds_for_exec() hook
2024-12-03 11:52 UTC (2+ messages)
[REGRESSION][BISECTED] tpm: Popping noise in USB headphones since 1b6d7f9eb150
2024-12-03 6:38 UTC (6+ messages)
[PATCH] doc: correct the build steps for open_posix_testsuite
2024-12-03 1:23 UTC (5+ messages)
` [LTP] "
TPM/EFI issue [Was: Linux 6.12]
2024-12-02 7:56 UTC (12+ messages)
[PATCH v2] doc: correct the build steps for open_posix_testsuite
2024-12-02 1:16 UTC (2+ messages)
regression: kernel log "flooded" with tpm tpm0: A TPM error (2306) occurred attempting to create NULL primary
2024-11-30 2:37 UTC (17+ messages)
[PATCH v2 0/7] ima: Remove unnecessary inode locks
2024-11-28 16:25 UTC (12+ messages)
` [PATCH v2 1/7] fs: ima: Remove S_IMA and IS_IMA()
` [PATCH v2 2/7] ima: Remove inode lock
` [PATCH v2 3/7] ima: Ensure lock is held when setting iint pointer in inode security blob
` [PATCH v2 4/7] ima: Mark concurrent accesses to the iint pointer in the "
` [PATCH v2 5/7] ima: Set security.ima on file close when ima_appraise=fix
` [PATCH v2 6/7] ima: Discard files opened with O_PATH
` [PATCH v2 7/7] ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr
ima: property parameter unused in ima_match_rules()
2024-11-27 17:17 UTC (14+ messages)
` [PATCH] IMA,LSM: Uncover hidden variable "
[PATCH 1/3] ima: Remove inode lock
2024-11-27 15:57 UTC (3+ messages)
[PATCH 0/3] LTP tests: load predefined policy
2024-11-26 22:09 UTC (5+ messages)
` [PATCH 1/3] ima: Add TCB policy as an example
` [PATCH 2/3] ima_setup.sh: Allow to load predefined policy
` [PATCH 3/3] ima_{kexec,keys,selinux}: Set minimal kernel version
[GIT PULL] TPM DEVICE DRIVER: linux-next-6.13-rc1
2024-11-23 1:30 UTC (2+ messages)
[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2024-11-22 23:37 UTC (23+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
[PATCH v2] ima: kexec: silence RCU list traversal warning
2024-11-21 9:57 UTC
[PATCH] ima: kexec: Add RCU read lock protection for ima_measurements list traversal
2024-11-20 20:38 UTC (4+ messages)
[PATCH AUTOSEL 6.11 01/10] integrity: Use static_assert() to check struct sizes
2024-11-20 14:05 UTC
[RFC][PATCH v4 0/9] ima: Integrate with Integrity Digest Cache
2024-11-19 11:01 UTC (10+ messages)
` [RFC][PATCH v4 1/9] ima: Introduce hook DIGEST_LIST_CHECK
` [RFC][PATCH v4 2/9] ima: Add digest_cache policy keyword
` [RFC][PATCH v4 3/9] ima: Add digest_cache_measure/appraise boot-time built-in policies
` [RFC][PATCH v4 4/9] ima: Modify existing boot-time built-in policies with digest cache policies
` [RFC][PATCH v4 5/9] ima: Retrieve digest cache and check if changed
` [RFC][PATCH v4 6/9] ima: Store verified usage in digest cache based on integrity metadata flags
` [RFC][PATCH v4 7/9] ima: Load verified usage from digest cache found from query
` [RFC][PATCH v4 8/9] ima: Use digest caches for measurement
` [RFC][PATCH v4 9/9] ima: Use digest caches for appraisal
[PATCH v3] ima: Suspend PCR extends and log appends when rebooting
2024-11-19 0:56 UTC (2+ messages)
[PATCH 1/2] ima_boot_aggregate: Fix openssl 3.0 deprecation warnings
2024-11-15 5:10 UTC (4+ messages)
` [PATCH 2/2] ima_boot_aggregate: TBROK on fread() failure
[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.12-rc8
2024-11-13 21:36 UTC (2+ messages)
[PATCH] KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=y
2024-11-13 21:27 UTC
[PATCH] tpm: Disable TPM on tpm2_create_primary() failure
2024-11-13 18:44 UTC
[PATCH v3] tpm: Opt-in in disable PCR integrity protection
2024-11-13 12:42 UTC (4+ messages)
[PATCH v2] ima: Suspend PCR extends and log appends when rebooting
2024-11-13 12:33 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).