Roberto Sassu ([email protected])

Number of posts: 1016 (1.62 per day)
First post: 2022-08-18 12:44:06
Last post: 2024-05-07 09:33:43

Date List Subject
2024-02-15 10:52:16 linux-nfs [PATCH v10 24/25] ima: Make it independent from 'integrity' LSM
2024-02-15 10:52:02 linux-nfs [PATCH v10 23/25] evm: Make it independent from 'integrity' LSM
2024-02-15 10:49:28 linux-nfs [PATCH v10 21/25] ima: Move IMA-Appraisal to LSM infrastructure
2024-02-15 10:49:01 linux-nfs [PATCH v10 20/25] ima: Move to LSM infrastructure
2024-02-15 10:48:18 linux-kernel [PATCH v10 19/25] integrity: Move integrity_kernel_module_request() to IMA
2024-02-15 10:47:52 linux-nfs [PATCH v10 18/25] security: Introduce key_post_create_or_update hook
2024-02-15 10:47:26 linux-nfs [PATCH v10 16/25] security: Introduce inode_post_set_acl hook
2024-02-15 10:47:01 linux-nfs [PATCH v10 17/25] security: Introduce inode_post_remove_acl hook
2024-02-15 10:46:18 linux-nfs [PATCH v10 05/25] ima: Align ima_post_read_file() definition with LSM infrastructure
2024-02-15 10:45:53 linux-nfs [PATCH v10 15/25] security: Introduce inode_post_create_tmpfile hook
2024-02-15 10:45:35 linux-kernel [PATCH v10 14/25] security: Introduce path_post_mknod hook
2024-02-15 10:45:27 linux-kernel [PATCH v10 04/25] ima: Align ima_inode_removexattr() definition with LSM infrastructure
2024-02-15 10:44:38 linux-nfs [PATCH v10 13/25] security: Introduce file_release hook
2024-02-15 10:44:14 linux-nfs [PATCH v10 12/25] security: Introduce file_post_open hook
2024-02-15 10:43:48 linux-nfs [PATCH v10 11/25] security: Introduce inode_post_removexattr hook
2024-02-15 10:43:13 linux-kernel [PATCH v10 10/25] security: Introduce inode_post_setattr hook
2024-02-15 10:42:10 linux-nfs [PATCH v10 09/25] security: Align inode_setattr hook definition with EVM
2024-02-15 10:41:29 linux-kernel [PATCH v10 07/25] evm: Align evm_inode_setxattr() definition with LSM infrastructure
2024-02-15 10:40:43 linux-kernel [PATCH v10 06/25] evm: Align evm_inode_post_setattr() definition with LSM infrastructure
2024-02-15 10:35:22 linux-kernel [PATCH v10 01/25] ima: Align ima_inode_post_setattr() definition with LSM infrastructure
2024-02-15 10:35:21 linux-nfs [PATCH v10 03/25] ima: Align ima_inode_setxattr() definition with LSM infrastructure
2024-02-15 10:34:15 linux-nfs [PATCH v10 02/25] ima: Align ima_file_mprotect() definition with LSM infrastructure
2024-02-15 10:32:57 linux-kernel [PATCH v10 00/25] security: Move IMA and EVM to the LSM infrastructure
2024-02-15 10:03:14 linux-kernel Re: [PATCH v1 0/8] x86_64 SandBox Mode arch hooks
2024-02-15 09:30:26 linux-nfs Re: [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA
2024-02-15 08:53:26 linux-kernel Re: [PATCH v1 5/5] sbm: SandBox Mode documentation
2024-02-14 14:46:31 linux-kernel [RFC][PATCH 2/8] ima: Nest iint mutex for DIGEST_LIST_CHECK hook
2024-02-14 14:39:25 linux-kernel [RFC][PATCH 8/8] ima: Detect if digest cache changed since last measurement/appraisal
2024-02-14 14:39:08 linux-kernel [RFC][PATCH 7/8] ima: Use digest cache for appraisal
2024-02-14 14:38:46 linux-kernel [RFC][PATCH 6/8] ima: Use digest cache for measurement
2024-02-14 14:38:27 linux-kernel [RFC][PATCH 5/8] ima: Record IMA verification result of digest lists in digest cache
2024-02-14 14:38:06 linux-kernel [RFC][PATCH 4/8] ima: Add digest_cache_measure and digest_cache_appraise boot-time policies
2024-02-14 14:37:47 linux-kernel [RFC][PATCH 3/8] ima: Add digest_cache policy keyword
2024-02-14 14:36:49 linux-kernel [RFC][PATCH 1/8] ima: Introduce hook DIGEST_LIST_CHECK
2024-02-14 14:36:32 linux-kernel [RFC][PATCH 0/8] ima: Integrate with digest_cache LSM
2024-02-13 12:59:46 linux-nfs Re: [PATCH v9 12/25] security: Introduce file_post_open hook
2024-02-13 08:58:18 linux-nfs Re: [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA
2024-02-12 08:04:22 linux-kernel Re: [PATCH v3 02/13] security: Introduce the digest_cache LSM
2024-02-09 14:17:06 linux-kernel [PATCH v3 13/13] docs: Add documentation of the digest_cache LSM
2024-02-09 14:16:10 linux-kernel [PATCH v3 12/13] selftests/digest_cache: Add selftests for digest_cache LSM
2024-02-09 14:15:47 linux-kernel [PATCH v3 10/13] digest cache: Prefetch digest lists if requested
2024-02-09 14:15:37 linux-kernel [PATCH v3 11/13] digest_cache: Reset digest cache on file/directory change
2024-02-09 14:14:46 linux-kernel [PATCH v3 09/13] digest_cache: Add support for directories
2024-02-09 14:13:31 linux-kernel [PATCH v3 08/13] digest_cache: Add management of verification data
2024-02-09 14:13:10 linux-kernel [PATCH v3 07/13] digest_cache: Parse rpm digest lists
2024-02-09 14:12:48 linux-kernel [PATCH v3 06/13] digest_cache: Parse tlv digest lists
2024-02-09 14:12:25 linux-kernel [PATCH v3 05/13] digest_cache: Populate the digest cache from a digest list
2024-02-09 14:11:42 linux-kernel [PATCH v3 04/13] digest_cache: Add hash tables and operations
2024-02-09 14:11:26 linux-kernel [PATCH v3 03/13] digest_cache: Add securityfs interface
2024-02-09 14:11:16 linux-kernel [PATCH v3 02/13] security: Introduce the digest_cache LSM
2024-02-09 14:11:05 linux-kernel [PATCH v3 01/13] lib: Add TLV parser