SELinux Security Module development
 help / color / mirror / Atom feed
 messages from 2026-01-23 08:32:19 to 2026-02-23 01:14:02 UTC [more...]

[PATCH v2 00/15] Further centralising of directory locking for name ops
 2026-02-23  1:06 UTC  (11+ messages)
` [PATCH v2 01/15] VFS: note error returns is documentation for various lookup functions
` [PATCH v2 02/15] fs/proc: Don't lock root inode when creating "self" and "thread-self"
` [PATCH v2 03/15] VFS: move the start_dirop() kerndoc comment to before start_dirop()
` [PATCH v2 04/15] libfs: change simple_done_creating() to use end_creating()
` [PATCH v2 05/15] Apparmor: Use simple_start_creating() / simple_done_creating()
` [PATCH v2 06/15] selinux: "
` [PATCH v2 07/15] nfsd: switch purge_old() to use start_removing_noperm()
` [PATCH v2 08/15] VFS: make lookup_one_qstr_excl() static
` [PATCH v2 09/15] ovl: Simplify ovl_lookup_real_one()
` [PATCH v2 10/15] cachefiles: change cachefiles_bury_object to use start_renaming_dentry()

[PATCH 00/13] Further centralising of directory locking for name ops
 2026-02-23  0:58 UTC  (42+ messages)
` [PATCH 01/13] fs/proc: Don't lock root inode when creating "self" and "thread-self"
` [PATCH 02/13] VFS: move the start_dirop() kerndoc comment to before start_dirop()
` [PATCH 03/13] libfs: change simple_done_creating() to use end_creating()
` [PATCH 04/13] Apparmor: Use simple_start_creating() / simple_done_creating()
` [PATCH 05/13] selinux: "
` [PATCH 06/13] nfsd: switch purge_old() to use start_removing_noperm()
` [PATCH 07/13] VFS: make lookup_one_qstr_excl() static
` [PATCH 08/13] ovl: Simplify ovl_lookup_real_one()
` [PATCH 09/13] cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
` [PATCH 10/13] ovl: change ovl_create_real() to get a new lock when re-opening created file
` [PATCH 11/13] ovl: use is_subdir() for testing if one thing is a subdir of another
` [PATCH 12/13] ovl: remove ovl_lock_rename_workdir()
` [PATCH 13/13] VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()

[PATCH] ucount: check for CAP_SYS_RESOURCE using ns_capable_noaudit()
 2026-02-22 20:44 UTC  (7+ messages)

[RFC PATCH] selinux: prevent truncation of status map
 2026-02-20 23:13 UTC  (8+ messages)
` [PATCH RFC] "

[PATCH 0/2] fanotify: avid some premature LSM checks
 2026-02-20 22:16 UTC  (9+ messages)
` [PATCH 1/2] fanotify: avoid/silence premature LSM capability checks
` [PATCH 2/2] fanotify: call fanotify_events_supported() before path_permission() and security_path_notify()

[PATCH] lsm: move inode IS_PRIVATE checks to individual LSMs
 2026-02-20 21:13 UTC  (2+ messages)

[RFC PATCH] fs/pidfs: Add permission check to pidfd_info()
 2026-02-20 20:45 UTC  (5+ messages)

Generic approach to avoid truncation of file on pseudo fs
 2026-02-19 13:37 UTC 

[PATCH v2] libselinux: improve restorecon progress locking
 2026-02-19 13:21 UTC 

[PATCH] xfrm: kill xfrm_dev_{state,policy}_flush_secctx_check()
 2026-02-18  9:22 UTC  (19+ messages)

[PATCH] net: qrtr: Expand control port access to root
 2026-02-18  9:17 UTC  (3+ messages)

[PATCH] mcstrans: Fix translation for uncached entries
 2026-02-16 19:40 UTC 

[PATCH] Disable build isolation for sepolicy python module
 2026-02-16 16:07 UTC 

[PATCH 2/4] libselinux: support non-pthread build
 2026-02-13 15:26 UTC  (8+ messages)
` [PATCH 3/4] libselinux: use C11 atomics
` [PATCH 4/4] libselinux: improve restorecon progress locking
` [PATCH 1/4] libselinux: drop unnecessary strdup(3)

[PATCH 2/2] tree-wide: build shared libraries with -fPIC
 2026-02-13 15:16 UTC  (3+ messages)
` [PATCH 1/2] libselinux: prefix ruby objects with interpreter

[PATCH 2/8] libselinux: drop void cast on function returning void
 2026-02-13 15:15 UTC  (9+ messages)
` [PATCH 3/8] libselinux: enclose macros and macro arguments
` [PATCH 4/8] libselinux: constify regex interfaces
` [PATCH 5/8] libselinux: hide regex_data_create()
` [PATCH 6/8] libselinux: drop unreachable return
` [PATCH 7/8] libselinux: drop Python 2 support from audit2why
` [PATCH 8/8] libselinux: drop unneeded warning overrides
` [PATCH 1/8] libselinux: drop duplicate include header

[PATCH testsuite v7] tests/bpf: Add tests for SELinux BPF token access control
 2026-02-11  9:40 UTC  (4+ messages)

[GIT PULL] selinux/selinux-pr-20260203
 2026-02-10  0:50 UTC  (2+ messages)

[RFC PATCH v2 selinuxns] selinux: optimize context string handling and global sidtab
 2026-02-09 20:49 UTC  (2+ messages)

[PATCH testsuite] Add tests for pidfds
 2026-02-06 18:36 UTC 

[PATCH userspace v2] libsepol: add bpf_token_perms polcap
 2026-02-05  3:24 UTC  (3+ messages)

SELinux userspace release 3.10-rc2
 2026-02-04 19:08 UTC  (4+ messages)
` SELinux userspace release 3.10

[PATCH ipsec-next v5 8/8] xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration
 2026-02-03 21:25 UTC  (2+ messages)

Missing audits
 2026-02-03 20:19 UTC  (2+ messages)

[RFC PATCH 2/2] selinux: fix data race on AVC latest_notif
 2026-02-02 13:48 UTC  (2+ messages)
` [RFC PATCH 1/2] selinux: annotate intentional data race in inode_doinit_with_dentry()

[PATCH v4 00/54] tree-in-dcache stuff
 2026-02-01  0:11 UTC  (27+ messages)

[PATCH] libselinux: Ignore directories removed during relabeling
 2026-01-30 15:32 UTC 

[PATCH] scripts: GPG Sign overall tarball in release
 2026-01-30  6:35 UTC  (2+ messages)

[PATCH v5 0/34] Rework the LSM initialization
 2026-01-29 23:06 UTC  (10+ messages)
` [PATCH v5 01/11] loadpin: move initcalls to the LSM framework
  ` [PATCH v5 10/11] lsm: consolidate all of the LSM framework initcalls

[PATCH] libsepol: Fix possible use-after-free when expanding attributes
 2026-01-28 20:29 UTC  (2+ messages)

[PATCH v2] restorecon: Add option to count relabeled files
 2026-01-28 20:28 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] libselinux/src/Makefile: build python module without isolation
 2026-01-28 20:27 UTC  (3+ messages)

[PATCH] ipc: don't audit capability check in ipc_permissions()
 2026-01-28  3:26 UTC  (5+ messages)

[PATCH] libsepol: Fix potential use of an uninitialized value in link.c
 2026-01-26  1:49 UTC  (2+ messages)

[PATCH] libsepol: Fix potential NULL dereference in policydb_read()
 2026-01-26  1:49 UTC  (2+ messages)

[PATCH 1/3] libsepol: Tighten checks on MLS range and level when validating
 2026-01-26  1:48 UTC  (2+ messages)

[PATCH] sandbox/seunshare: Replace system() with execv() to prevent shell injection
 2026-01-25 22:34 UTC  (4+ messages)
` [PATCH v2] "

[PATCH ipsec-next v4 5/5] xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration
 2026-01-23  8:32 UTC  (5+ messages)
      ` [devel-ipsec] "


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