selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-24 17:33:58 to 2025-07-24 05:34:08 UTC [more...]

systemd.exec(5) PAMName= with libselinux
 2025-07-24  5:34 UTC  (5+ messages)

[PATCH userspace] SECURITY.md: add my email address and GPG key fingerprint
 2025-07-24  2:14 UTC  (2+ messages)

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-07-24  2:09 UTC  (6+ messages)

[PATCH -next] selinux: Remove unused function selinux_policycap_netif_wildcard()
 2025-07-23 12:23 UTC 

[PATCH v2] lsm,selinux: Add LSM blob support for BPF objects
 2025-07-22 21:21 UTC 

[PATCH] libselinux: fix parsing of the enforcing kernel cmdline parameter
 2025-07-22 15:36 UTC  (9+ messages)
    `  "

[LTP] [PATCH v4 2/2] Add listxattr04 reproducer
 2025-07-22 14:11 UTC 

[RFC PATCH v2 0/34] Rework the LSM initialization
 2025-07-21 23:34 UTC  (37+ messages)
` [RFC PATCH v2 01/34] lsm: split the notifier code out into lsm_notifier.c
` [RFC PATCH v2 02/34] lsm: split the init code out into lsm_init.c
` [RFC PATCH v2 03/34] lsm: consolidate lsm_allowed() and prepare_lsm() into lsm_prepare()
` [RFC PATCH v2 04/34] lsm: introduce looping macros for the initialization code
` [RFC PATCH v2 05/34] lsm: integrate report_lsm_order() code into caller
` [RFC PATCH v2 06/34] lsm: integrate lsm_early_cred() and lsm_early_task() "
` [RFC PATCH v2 07/34] lsm: rename ordered_lsm_init() to lsm_init_ordered()
` [RFC PATCH v2 08/34] lsm: replace the name field with a pointer to the lsm_id struct
` [RFC PATCH v2 09/34] lsm: rename the lsm order variables for consistency
` [RFC PATCH v2 10/34] lsm: rework lsm_active_cnt and lsm_idlist[]
` [RFC PATCH v2 11/34] lsm: get rid of the lsm_names list and do some cleanup
` [RFC PATCH v2 12/34] lsm: rework the LSM enable/disable setter/getter functions
` [RFC PATCH v2 13/34] lsm: rename exists_ordered_lsm() to lsm_order_exists()
` [RFC PATCH v2 14/34] lsm: rename/rework append_ordered_lsm() into lsm_order_append()
` [RFC PATCH v2 15/34] lsm: rename/rework ordered_lsm_parse() to lsm_order_parse()
` [RFC PATCH v2 16/34] lsm: cleanup the LSM blob size code
` [RFC PATCH v2 17/34] lsm: cleanup initialize_lsm() and rename to lsm_init_single()
` [RFC PATCH v2 18/34] lsm: fold lsm_init_ordered() into security_init()
` [RFC PATCH v2 19/34] lsm: add/tweak function header comment blocks in lsm_init.c
` [RFC PATCH v2 20/34] lsm: cleanup the debug and console output "
` [RFC PATCH v2 21/34] lsm: output available LSMs when debugging
` [RFC PATCH v2 22/34] lsm: group lsm_order_parse() with the other lsm_order_*() functions
` [RFC PATCH v2 23/34] lsm: introduce an initcall mechanism into the LSM framework
` [RFC PATCH v2 24/34] loadpin: move initcalls to "
` [RFC PATCH v2 25/34] ipe: "
` [RFC PATCH v2 26/34] smack: "
` [RFC PATCH v2 27/34] tomoyo: "
` [RFC PATCH v2 28/34] safesetid: "
` [RFC PATCH v2 29/34] apparmor: "
` [RFC PATCH v2 30/34] lockdown: "
` [RFC PATCH v2 31/34] ima,evm: "
` [RFC PATCH v2 32/34] selinux: "
` [RFC PATCH v2 33/34] lsm: consolidate all of the LSM framework initcalls
` [RFC PATCH v2 34/34] lsm: add a LSM_STARTED_ALL notification event

[RFC PATCH 0/29] Rework the LSM initialization
 2025-07-21 21:59 UTC  (6+ messages)
` [RFC PATCH 25/29] ima,evm: move initcalls to the LSM framework

[PATCH] lsm,selinux: Add LSM blob support for BPF objects
 2025-07-18 15:35 UTC  (8+ messages)

[PATCH v5 0/5] Audit: Records for multiple security contexts
 2025-07-16 21:27 UTC  (6+ messages)
  ` [PATCH v5 1/5] Audit: Create audit_stamp structure
  ` [PATCH v5 2/5] LSM: security_lsmblob_to_secctx module selection
  ` [PATCH v5 3/5] Audit: Add record for multiple task security contexts
  ` [PATCH v5 4/5] Audit: Fix indentation in audit_log_exit
  ` [PATCH v5 5/5] Audit: Add record for multiple object contexts

[RFC] vfs: security: Parse dev_name before calling security_sb_mount
 2025-07-16 17:12 UTC  (16+ messages)

[PATCH] checkpolicy: Allow attribute assignment to attributes
 2025-07-16 14:16 UTC  (2+ messages)
` [PATCH] secilc: Add test for "

ANN: SELinux userspace 3.9
 2025-07-16 11:17 UTC 

[PATCH v4 4/4] Audit: Add record for multiple object contexts
 2025-07-15 20:40 UTC  (4+ messages)

[PATCH] SECURITY.md: add my email address and GPG key fingerprint
 2025-07-11 14:33 UTC  (5+ messages)

[PATCH] policy/test_secretmem.te: add anon_inode perms required in Linux v6.16-rc5
 2025-07-10 20:28 UTC  (6+ messages)

ANN: SELinux userspace 3.9-rc3 release
 2025-07-09 17:54 UTC 

[PATCH testsuite 0/6] Make more tests run in the CI
 2025-07-08 14:24 UTC  (15+ messages)
` [PATCH testsuite 1/6] policy/test_file_load.te: remove excess semicolons
` [PATCH testsuite 2/6] policy/test_file_load.te: use testsuite_domain_type()
` [PATCH testsuite 3/6] policy/test_file_load.te: adjust to kexec behavior on aarch64
` [PATCH testsuite 4/6] tests/module_load: run sh instead of bash
` [PATCH testsuite 5/6] tests/module_load: fix the location of "2>&1"
` [PATCH testsuite 6/6] tmt: add some missing permissions to policy before running the tests

[PATCH v3] fs: generalize anon_inode_make_secure_inode() and fix secretmem LSM bypass
 2025-07-08  2:45 UTC  (3+ messages)

[PATCH v6 0/6] fs: introduce file_getattr and file_setattr syscalls
 2025-07-07 12:27 UTC  (47+ messages)
` [PATCH v6 1/6] fs: split fileattr related helpers into separate file
` [PATCH v6 2/6] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v6 3/6] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v6 4/6] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v6 5/6] fs: prepare for extending file_get/setattr()
` [PATCH v6 6/6] fs: introduce file_getattr and file_setattr syscalls

[PATCH] libsepol/cil: Expand class-permissions in deny rules
 2025-07-03 14:35 UTC  (2+ messages)

[PATCH] libsepol/cil: Fix copying of declarations
 2025-07-03 14:35 UTC  (2+ messages)

[PATCH] Policycoreutils: Make pkg-config work for more types of builds
 2025-07-02 17:35 UTC  (3+ messages)

[PATCH] sepolicy: use multiprocessing 'fork' method
 2025-07-02 17:34 UTC  (3+ messages)

[PATCH v3] Support static-only builds - unconditional `-laudit -lbz2` in non-static policycoreutils build
 2025-07-02 17:34 UTC  (10+ messages)
` [PATCH 1/2] libsemanage: add missing libaudit private library
  ` [PATCH 2/2] policycoreutils: use pkg-config for libsemanage

[PATCH] libselinux: Document thread caveat for security_compute_av.3
 2025-07-02 17:33 UTC  (3+ messages)

[PATCH v2] policycoreutils: make `-laudit -lbz2` conditional
 2025-07-02 17:14 UTC  (4+ messages)

[PATCH 0/2] Possible TTY privilege escalation in TIOCSTI ioctl
 2025-06-28  1:52 UTC  (7+ messages)
` [PATCH 2/2] selinux: add capability checks for "

ANN: SELinux userspace 3.9-rc2 release
 2025-06-25 17:49 UTC 

[PATCH testsuite] tests/mac_admin: skip all tests on NFS
 2025-06-25  7:23 UTC  (2+ messages)

SELinux Namespace work
 2025-06-25  5:25 UTC  (4+ messages)

[GIT PULL] selinux/selinux-pr-20250624
 2025-06-25  0:56 UTC  (2+ messages)


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).