[GIT PULL] selinux/selinux-pr-20260410
2026-04-10 23:26 UTC
[PATCH v4] selinux: fix avdcache auditing
2026-04-10 19:49 UTC (2+ messages)
[PATCH testsuite v2] tests/overlay: add tests for mmap(2) and mprotect(2)
2026-04-09 18:52 UTC (2+ messages)
[PATCH v2 testsuite] rename: explicitly test directory write checks
2026-04-09 17:29 UTC
[PATCH v3] selinux: fix avdcache auditing
2026-04-09 16:49 UTC
[PATCH v4 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-04-09 13:32 UTC (15+ messages)
` [PATCH v4 1/3] fs: prepare for adding LSM blob to backing_file
` [PATCH v4 2/3] lsm: add backing_file LSM hooks
` [PATCH v4 3/3] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH testsuite] tmt: add setup for BPF token tests
2026-04-09 9:05 UTC
[PATCH testsuite] tests/overlay: add tests for mmap(2) and mprotect(2)
2026-04-09 9:04 UTC
[PATCH testsuite] rename: explicitly test directory write checks
2026-04-08 20:22 UTC
[PATCH v2] selinux: fix avdcache auditing
2026-04-08 18:23 UTC (3+ messages)
[PATCH] selinux: fix avdcache auditing
2026-04-08 18:20 UTC (3+ messages)
[PATCH ipsec-next v5 8/8] xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration
2026-04-07 13:29 UTC (9+ messages)
` [devel-ipsec] "
[PATCH 1/2] restorecond: Add -F for run in foreground
2026-04-07 5:39 UTC (2+ messages)
` [PATCH 2/2] restorecond.service: Use Type=simple
[PATCH v2] libsepol: policydb_read(): use a static string for policydb_str
2026-04-03 6:58 UTC (3+ messages)
` [PATCH v3] "
LSM namespacing API
2026-04-02 21:04 UTC (11+ messages)
[PATCH testsuite] Test f2fs SELinux support
2026-04-02 7:07 UTC (2+ messages)
[DEV-TOOL - DO NOT APPLY] selabel_partial_match_all
2026-04-02 1:42 UTC (2+ messages)
[RFC PATCH] libsepol: Add support for checking standalone CIL neverallow rules
2026-04-01 5:16 UTC
[PATCH v3 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-31 2:13 UTC (7+ messages)
` [PATCH v3 1/2] lsm: add backing_file LSM hooks
` [PATCH v3 2/2] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH 0/7] lsm: Replace security_sb_mount with granular mount hooks
2026-03-30 20:04 UTC (26+ messages)
` [PATCH 1/7] lsm: Add granular mount hooks to replace security_sb_mount
` [PATCH 2/7] apparmor: Remove redundant MS_MGC_MSK stripping in apparmor_sb_mount
` [PATCH 3/7] apparmor: Convert from sb_mount to granular mount hooks
` [PATCH 4/7] selinux: "
` [PATCH 5/7] landlock: "
` [PATCH 6/7] tomoyo: "
` [PATCH 7/7] lsm: Remove security_sb_mount and security_move_mount
[RFC PATCH testsuite] Add tests for namespaces
2026-03-30 19:37 UTC
[RFC PATCH] selinux: implement namespace_alloc and namespace_install hooks
2026-03-30 19:31 UTC
[PATCH] libsepol: Fix off-by-one error in cats_ebitmap_len
2026-03-30 1:51 UTC
[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-27 8:27 UTC (32+ messages)
` [PATCH v4 01/25] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v4 02/25] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v4 03/25] mm/vma: add further vma_flags_t unions
` [PATCH v4 04/25] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v4 05/25] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v4 06/25] tools/testing/vma: fix VMA flag tests
` [PATCH v4 07/25] mm/vma: add append_vma_flags() helper
` [PATCH v4 08/25] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v4 09/25] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v4 10/25] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v4 11/25] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v4 12/25] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v4 13/25] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v4 14/25] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v4 15/25] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v4 16/25] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v4 17/25] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v4 18/25] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v4 19/25] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v4 20/25] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v4 21/25] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v4 22/25] tools: bitmap: add missing bitmap_copy() implementation
` [PATCH v4 23/25] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v4 24/25] mm/vma: convert __mmap_region() "
` [PATCH v4 25/25] mm: simplify VMA flag tests of excluded flags
[RFC PATCH v2 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-26 14:14 UTC (7+ messages)
` [RFC PATCH v2 1/2] lsm: add backing_file LSM hooks
` [RFC PATCH v2 2/2] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH] libselinux: correctly find partial matches
2026-03-24 1:05 UTC (4+ messages)
[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-20 18:28 UTC (45+ messages)
` [PATCH v3 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v3 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v3 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v3 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v3 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v3 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v3 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v3 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v3 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v3 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v3 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v3 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v3 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v3 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v3 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v3 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v3 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v3 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v3 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v3 23/23] mm/vma: convert __mmap_region() "
[PATCH v2] libselinux: correctly find partial matches
2026-03-20 17:19 UTC
[PATCH v2] libselinux: correctly find partial matches
2026-03-20 17:24 UTC
[PATCH] libselinux: do not log on unexpected escaped character
2026-03-20 15:57 UTC (2+ messages)
[PATCH v7] backing_file: store an internal O_PATH user_path_file
2026-03-20 13:53 UTC
[PATCH v2] fs: allow backing file code to open an O_PATH file with negative dentry
2026-03-20 12:33 UTC (2+ messages)
[PATCH] fs: allow vfs code to open an O_PATH file with negative dentry
2026-03-20 12:15 UTC (7+ messages)
[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-19 16:50 UTC (6+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v2 03/23] mm/vma: add further vma_flags_t unions
[PATCH v6] backing_file: store user_path_file
2026-03-19 15:56 UTC (4+ messages)
[PATCH 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-18 20:00 UTC (7+ messages)
` [PATCH 1/3] backing_file: store user_path_file
` [PATCH 2/3] lsm: add the security_mmap_backing_file() hook
[PATCH] libselinux: Ignore directories removed during relabeling
2026-03-18 13:34 UTC (2+ messages)
[PATCH testsuite v2] Add tests for selabel_file backend
2026-03-17 22:48 UTC (3+ messages)
[PATCH] libsepol: Fix memory leak in role_dominates_copy_callback
2026-03-17 21:11 UTC
[PATCH] README: add SLES and openSUSE as distros
2026-03-17 18:56 UTC (2+ messages)
[PATCH] Disable build isolation for sepolicy python module
2026-03-17 18:55 UTC (2+ messages)
page: next (older)
- 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