SELinux Security Module development
 help / color / mirror / Atom feed
 messages from 2024-01-31 13:08:50 to 2024-02-15 15:03:07 UTC [more...]

[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-15 15:02 UTC  (71+ messages)
` [PATCH v9 10/25] security: Introduce inode_post_setattr hook
` [PATCH v9 11/25] security: Introduce inode_post_removexattr hook
` [PATCH v9 12/25] security: Introduce file_post_open hook
` [PATCH v9 13/25] security: Introduce file_release hook
` [PATCH v9 14/25] security: Introduce path_post_mknod hook
` [PATCH v9 15/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v9 16/25] security: Introduce inode_post_set_acl hook
` [PATCH v9 17/25] security: Introduce inode_post_remove_acl hook
` [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA
` [PATCH v9 20/25] ima: Move to LSM infrastructure
` [PATCH v9 21/25] ima: Move IMA-Appraisal "
` [PATCH v9 22/25] evm: Move "
` [PATCH v9 23/25] evm: Make it independent from 'integrity' LSM
` [PATCH v9 24/25] ima: "
` [PATCH v9 25/25] integrity: Remove LSM
` [PATCH v9 0/25] security: Move IMA and EVM to the LSM infrastructure

[PATCH v10 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-15 10:31 UTC  (26+ messages)
` [PATCH v10 01/25] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v10 02/25] ima: Align ima_file_mprotect() "
` [PATCH v10 03/25] ima: Align ima_inode_setxattr() "
` [PATCH v10 04/25] ima: Align ima_inode_removexattr() "
` [PATCH v10 05/25] ima: Align ima_post_read_file() "
` [PATCH v10 06/25] evm: Align evm_inode_post_setattr() "
` [PATCH v10 07/25] evm: Align evm_inode_setxattr() "
` [PATCH v10 08/25] evm: Align evm_inode_post_setxattr() "
` [PATCH v10 09/25] security: Align inode_setattr hook definition with EVM
` [PATCH v10 10/25] security: Introduce inode_post_setattr hook
` [PATCH v10 11/25] security: Introduce inode_post_removexattr hook
` [PATCH v10 12/25] security: Introduce file_post_open hook
` [PATCH v10 13/25] security: Introduce file_release hook
` [PATCH v10 14/25] security: Introduce path_post_mknod hook
` [PATCH v10 15/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v10 16/25] security: Introduce inode_post_set_acl hook
` [PATCH v10 17/25] security: Introduce inode_post_remove_acl hook
` [PATCH v10 18/25] security: Introduce key_post_create_or_update hook
` [PATCH v10 19/25] integrity: Move integrity_kernel_module_request() to IMA
` [PATCH v10 20/25] ima: Move to LSM infrastructure
` [PATCH v10 21/25] ima: Move IMA-Appraisal "
` [PATCH v10 22/25] evm: Move "
` [PATCH v10 23/25] evm: Make it independent from 'integrity' LSM
` [PATCH v10 24/25] ima: "
` [PATCH v10 25/25] integrity: Remove LSM

[PATCH v6 0/3] per-vma locks in userfaultfd
 2024-02-14 22:33 UTC  (9+ messages)
` [PATCH v6 1/3] userfaultfd: move userfaultfd_ctx struct to header file
` [PATCH v6 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v6 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH] python/semanage: Do not sort local fcontext definitions
 2024-02-14 17:12 UTC  (2+ messages)

[PATCH] python/semanage: Allow modifying records on "add"
 2024-02-14 12:08 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] checkpolicy, libsepol: Fix potential double free of mls_level_t
 2024-02-13 20:56 UTC 

[PATCH v5 0/3] per-vma locks in userfaultfd
 2024-02-13 20:40 UTC  (19+ messages)
` [PATCH v5 1/3] userfaultfd: move userfaultfd_ctx struct to header file
` [PATCH v5 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v5 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH 01/15] checkpolicy: add libfuzz based fuzzer
 2024-02-13 20:39 UTC  (28+ messages)
` [PATCH 02/15] checkpolicy: cleanup resources on parse error
` [PATCH 03/15] checkpolicy: cleanup identifiers on error
` [PATCH 04/15] checkpolicy: free ebitmap "
` [PATCH 05/15] checkpolicy: check allocation and free memory on error at type definition
` [PATCH 06/15] checkpolicy: clean expression on error
` [PATCH 07/15] checkpolicy: call YYABORT on parse errors
` [PATCH 08/15] checkpolicy: bail out on invalid role
` [PATCH 09/15] libsepol: use typedef
` [PATCH 10/15] libsepol: add copy member to level_datum
` [PATCH 12/15] checkpolicy: provide more descriptive error messages
` [PATCH 13/15] checkpolicy: free temporary bounds type
` [PATCH 14/15] checkpolicy: avoid assigning garbage values
` [PATCH 15/15] checkpolicy: misc policy_define.c cleanup

[PATCH v4 0/3] per-vma locks in userfaultfd
 2024-02-12 22:53 UTC  (15+ messages)
` [PATCH v4 1/3] userfaultfd: move userfaultfd_ctx struct to header file
` [PATCH v4 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v4 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH testsuite] tests/inet_socket: test CALIPSO also with datagram protocols
 2024-02-12 10:29 UTC 

[PATCH testsuite] policy: fix testsuite_domain_type_minimal() to work with rpm-ostree
 2024-02-12  9:58 UTC  (2+ messages)

[PATCH v2 0/3] per-vma locks in userfaultfd
 2024-02-12  8:14 UTC  (29+ messages)
` [PATCH v2 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v2 3/3] userfaultfd: use per-vma locks in userfaultfd operations

Calls to vfs_setlease() from NFSD code cause unnecessary CAP_LEASE security checks
 2024-02-08 14:28 UTC  (4+ messages)

[PATCH v9 18/25] security: Introduce key_post_create_or_update hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 08/25] evm: Align evm_inode_post_setxattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 8/25] "

[PATCH v9 09/25] security: Align inode_setattr hook definition with EVM
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 9/25] "

[PATCH v9 07/25] evm: Align evm_inode_setxattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 7/25] "

[PATCH v9 06/25] evm: Align evm_inode_post_setattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 6/25] "

[PATCH v9 05/25] ima: Align ima_post_read_file() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 5/25] "

[PATCH v9 04/25] ima: Align ima_inode_removexattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 4/25] "

[PATCH v9 03/25] ima: Align ima_inode_setxattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 3/25] "

[PATCH v9 02/25] ima: Align ima_file_mprotect() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 2/25] "

[PATCH v9 01/25] ima: Align ima_inode_post_setattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 1/25] "

[PATCH] selinux: Use kfree_sensitive for certain code paths of security
 2024-02-07 22:10 UTC  (3+ messages)

[PATCH v3 0/3] per-vma locks in userfaultfd
 2024-02-07 21:22 UTC  (10+ messages)
` [PATCH v3 1/3] userfaultfd: move userfaultfd_ctx struct to header file
` [PATCH v3 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v3 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH 5.4,4.19] lsm: new security_file_ioctl_compat() hook
 2024-02-06  1:29 UTC 

[RFC PATCH] libselinux: disable capturing in fcontext matching
 2024-02-05 19:07 UTC  (2+ messages)

[PATCH v2] selinux: only filter copy-up xattrs following initialization
 2024-02-02 18:53 UTC  (2+ messages)

[PATCH] selinux: correct return values in selinux_socket_getpeersec_dgram()
 2024-02-02 18:47 UTC  (2+ messages)

[PATCH] security: fix no-op hook logic in security_inode_{set,remove}xattr()
 2024-02-02  2:50 UTC  (7+ messages)

[RFC PATCH v2 0/9] libselinux: rework selabel_file(5) database
 2024-01-31 13:08 UTC  (8+ messages)
` [RFC PATCH v2 3/9] libselinux: use more appropriate types in sidtab
` [RFC PATCH v2 4/9] libselinux: add unique id to sidtab entries
` [RFC PATCH v2 5/9] libselinux: sidtab updates
` [RFC PATCH v2 6/9] libselinux: rework selabel_file(5) database
` [RFC PATCH v2 7/9] libselinux: remove unused hashtab code
` [RFC PATCH v2 8/9] libselinux: add selabel_file(5) fuzzer
` [RFC PATCH v2 9/9] libselinux: support parallel selabel_lookup(3)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox