messages from 2025-04-24 20:03:36 to 2025-05-15 09:02:56 UTC [more...]
[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
2025-05-15 9:02 UTC (12+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
` [PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v5 6/7] fs: prepare for extending file_get/setattr()
` [PATCH v5 7/7] fs: introduce file_getattr and file_setattr syscalls
[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
2025-05-15 7:50 UTC (8+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
[PATCH] userspace: Make git ignore ctags output file called 'tags'
2025-05-15 7:37 UTC (2+ messages)
[RFC PATCH 0/29] Rework the LSM initialization
2025-05-14 22:11 UTC (32+ messages)
` [RFC PATCH 14/29] lsm: add missing function header comment blocks in lsm_init.c
` [RFC PATCH 16/29] lsm: output available LSMs when debugging
` [RFC PATCH 17/29] lsm: introduce an initcall mechanism into the LSM framework
` [RFC PATCH 18/29] loadpin: move initcalls to "
` [RFC PATCH 19/29] ipe: "
` [RFC PATCH 21/29] tomoyo: "
` [RFC PATCH 22/29] safesetid: "
` [RFC PATCH 23/29] apparmor: "
` [RFC PATCH 24/29] lockdown: "
` [RFC PATCH 25/29] ima,evm: "
` [RFC PATCH 27/29] lsm: consolidate all of the LSM framework initcalls
` [RFC PATCH 28/29] lsm: add a LSM_STARTED_ALL notification event
` [RFC PATCH 29/29] lsm: add support for counting lsm_prop support among LSMs
[PATCH v2] libsepol,checkpolicy: introduce neveraudit types
2025-05-14 19:59 UTC
[PATCH v3 01/14] selinux: avoid nontransitive comparison
2025-05-14 20:02 UTC (31+ messages)
` [PATCH v3 02/14] selinux: use u16 for security classes
` [PATCH v3 03/14] selinux: more strict policy parsing
` [PATCH v3 04/14] selinux: check length fields in policies
` [PATCH v3 05/14] selinux: validate constraints
` [PATCH v3 06/14] selinux: pre-validate conditional expressions
` [PATCH v3 07/14] selinux: check type attr map overflows
` [PATCH v3 08/14] selinux: reorder policydb_index()
` [PATCH v3 09/14] selinux: beef up isvalid checks
` [PATCH v3 10/14] selinux: validate symbols
` [PATCH v3 11/14] selinux: more strict bounds check
` [PATCH v3 12/14] selinux: check for simple types
` [PATCH v3 13/14] selinux: restrict policy strings
` [PATCH v3 14/14] selinux: harden MLS context string generation against overflows
` [PATCH v3 00/14] selinux: harden against malformed policies
[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
2025-05-14 15:42 UTC (14+ messages)
` [PATCH 1/2] "
[PATCH] README: update subscribe information
2025-05-14 14:00 UTC (2+ messages)
[PATCH v2] semanage: improve -e documentation and fix delete operation
2025-05-14 10:04 UTC (2+ messages)
[RFC] selinux: Keep genfscon prefix match semantics in userspace for wildcard
2025-05-14 1:55 UTC (9+ messages)
github.com/SELinuxProject/selinux has outdated info
2025-05-13 22:08 UTC
Changing return type from 'int' to 'void'
2025-05-13 21:36 UTC
[PATCH] Trivial fix comment
2025-05-13 21:31 UTC
[PATCH] Fix variable type to be 'bool' instead of incorrect 'int'
2025-05-13 21:30 UTC
[PATCH] A trivial simplification to shorten the code a bit
2025-05-13 21:28 UTC
[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
2025-05-13 8:24 UTC (7+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
2025-05-12 13:28 UTC (2+ messages)
[PATCH 6.1.y] selinux: avoid dereference of garbage after mount failure
2025-05-12 1:44 UTC
[PATCH v1 bpf-next 0/5] af_unix: Allow BPF LSM to scrub SCM_RIGHTS at sendmsg()
2025-05-09 15:06 UTC (22+ messages)
` [PATCH v1 bpf-next 1/5] af_unix: Call security_unix_may_send() in sendmsg() for all socket types
` [PATCH v1 bpf-next 2/5] af_unix: Pass skb to security_unix_may_send()
` [PATCH v1 bpf-next 3/5] af_unix: Remove redundant scm->fp check in __scm_destroy()
` [PATCH v1 bpf-next 4/5] bpf: Add kfunc to scrub SCM_RIGHTS at security_unix_may_send()
` [PATCH v1 bpf-next 5/5] selftest: bpf: Add test for bpf_unix_scrub_fds()
[PATCH] policycoreutils: run_init: define _GNU_SOURCE
2025-05-06 19:34 UTC (3+ messages)
[PATCH v2] checkpolicy: Allow lineno > 1 for source file line
2025-05-06 19:34 UTC (3+ messages)
[PATCH v2] libselinux: be careful with non-portable LFS macro
2025-05-06 19:33 UTC (3+ messages)
[PATCH 2/2] semodule: add config argument
2025-05-06 19:33 UTC (7+ messages)
` [PATCH 1/2] libsemanage: add semanage_handle_create_with_path
[SELinuxProject/selinux] The SIGBUS signal is triggered because the status page is incorrectly written. (Issue #475)
2025-05-06 12:18 UTC
[PATCH v1 bpf-next 4/5] bpf: Add kfunc to scrub SCM_RIGHTS at security_unix_may_send()
2025-05-06 8:56 UTC (3+ messages)
[PATCH] SELinux: Add check for the user data passed to kcalloc in hashtab_init
2025-05-06 8:14 UTC (2+ messages)
[PATCH AUTOSEL 6.14 634/642] kernfs: Use RCU to access kernfs_node::name
2025-05-05 22:14 UTC
[PATCH 1/2] selinux: introduce neveraudit types
2025-05-02 17:04 UTC (2+ messages)
` [PATCH 2/2] selinux: optimize selinux_inode_getattr/permission() based on neveraudit|permissive
[RFC PATCH] selinux: introduce neveraudit types
2025-05-01 21:43 UTC (4+ messages)
` [RFC PATCH 2/2] selinux: optimize selinux_inode_permission() for unconfined tasks
[PATCH] selinux: add a 5 second sleep to /sys/fs/selinux/user
2025-05-01 19:23 UTC
[PATCH v3 4/5] Audit: multiple subject lsm values for netlabel
2025-04-30 20:48 UTC (5+ messages)
[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
2025-04-29 23:34 UTC (4+ messages)
[PATCH] security,fs,nfs,net: update security_inode_listsecurity() interface
2025-04-28 16:32 UTC (5+ messages)
[RFC PATCH] libsepol,checkpolicy: introduce neveraudit types
2025-04-28 13:58 UTC (2+ messages)
[PATCH] fs/xattr.c: fix simple_xattr_list to always include security.* xattrs
2025-04-28 8:53 UTC (8+ messages)
[PATCH] libselinux: be careful with non-portable LFS macro
2025-04-26 13:18 UTC
[PATCH] libselinux: prioritize local literal fcontext definitions
2025-04-25 17:52 UTC (4+ messages)
[PATCH] libsepol: Fix markers for info nodes w/o children
2025-04-25 17:26 UTC (3+ messages)
[PATCH v3 1/4] libsepol: Allow booleanif to have info nodes
2025-04-25 17:25 UTC (3+ messages)
[PATCH] libsemanage: fix handling errors during child execution
2025-04-25 17:25 UTC (3+ messages)
[PATCH] libsemanage: add relabel_store config option
2025-04-25 17:24 UTC (4+ messages)
[PATCH v2] Inject matchpathcon_filespec_add64() if !defined(__INO_T_MATCHES_INO64_T) instead of using __BITS_PER_LONG < 64 as proxy
2025-04-25 17:24 UTC (4+ messages)
` [PATCH v3] "
[PATCH] checkpolicy: Allow lineno > 1 for source file line
2025-04-25 17:15 UTC (3+ messages)
[PATCH] tst_security.sh: Use the same value for checkreqprot
2025-04-25 12:50 UTC
[RFC PATCH] selinux: introduce unconfined as a first class concept
2025-04-25 12:06 UTC (4+ messages)
NFS/SELinux regression caused by commit fc2a169c56de ("sunrpc: clean cache_detail immediately when flush is written frequently")
2025-04-25 11:34 UTC (7+ messages)
[PATCH v3 5/5] Audit: Add record for multiple object contexts
2025-04-24 22:18 UTC (2+ messages)
[PATCH v3 3/5] Audit: Add record for multiple task security contexts
2025-04-24 22:18 UTC (2+ messages)
[PATCH v3 2/5] LSM: security_lsmblob_to_secctx module selection
2025-04-24 22:18 UTC (2+ messages)
[PATCH v3 1/5] Audit: Create audit_stamp structure
2025-04-24 22:18 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).