selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-09 21:41:14 to 2019-04-23 20:19:04 UTC [more...]

kernel BUG at kernel/cred.c:434!
 2019-04-23 20:18 UTC  (27+ messages)

An update on my kernel "secnext" builds and testing
 2019-04-23 16:47 UTC 

scripts/selinux build error in 4.14 after glibc update
 2019-04-23 13:43 UTC  (5+ messages)

[PATCH 00/90] LSM: Module stacking for all
 2019-04-22 21:01 UTC  (89+ messages)
` [PATCH 01/90] LSM: Infrastructure management of the superblock
` [PATCH 02/90] LSM: Infrastructure management of the sock security
` [PATCH 03/90] LSM: Infrastructure management of the key security blob
` [PATCH 04/90] LSM: Create an lsm_export data structure
` [PATCH 05/90] LSM: Use lsm_export in the inode_getsecid hooks
` [PATCH 06/90] LSM: Use lsm_export in the cred_getsecid hooks
` [PATCH 07/90] LSM: Use lsm_export in the ipc_getsecid and task_getsecid hooks
` [PATCH 08/90] LSM: Use lsm_export in the kernel_ask_as hooks
` [PATCH 09/90] LSM: Use lsm_export in the getpeersec_dgram hooks
` [PATCH 10/90] LSM: Use lsm_export in the audit_rule_match hooks
` [PATCH 11/90] LSM: Fix logical operation in lsm_export checks
` [PATCH 12/90] LSM: Use lsm_export in the secid_to_secctx hooks
` [PATCH 13/90] LSM: Use lsm_export in the secctx_to_secid hooks
` [PATCH 14/90] LSM: Use lsm_export in security_audit_rule_match
` [PATCH 15/90] LSM: Use lsm_export in security_kernel_act_as
` [PATCH 16/90] LSM: Use lsm_export in security_socket_getpeersec_dgram
` [PATCH 17/90] LSM: Use lsm_export in security_secctx_to_secid
` [PATCH 18/90] LSM: Use lsm_export in security_secid_to_secctx
` [PATCH 19/90] LSM: Use lsm_export in security_ipc_getsecid
` [PATCH 20/90] LSM: Use lsm_export in security_task_getsecid
` [PATCH 21/90] LSM: Use lsm_export in security_inode_getsecid
` [PATCH 22/90] LSM: Use lsm_export in security_cred_getsecid
` [PATCH 23/90] Audit: Change audit_sig_sid to audit_sig_lsm
` [PATCH 24/90] Audit: Convert target_sid to an lsm_export structure
` [PATCH 25/90] Audit: Convert osid "
` [PATCH 26/90] IMA: Clean out lsm_export scaffolding
` [PATCH 27/90] NET: Change the UNIXCB from a secid to an lsm_export
` [PATCH 28/90] NET: Remove scaffolding on secmarks
` [PATCH 29/90] NET: Remove scaffolding on new secmarks
` [PATCH 30/90] NET: Remove netfilter scaffolding for lsm_export
` [PATCH 31/90] Netlabel: Replace secids with lsm_export
` [PATCH 32/90] LSM: Remove lsm_export scaffolding functions
` [PATCH 33/90] IMA: FIXUP prototype using lsm_export
` [PATCH 34/90] Smack: Restore the release_secctx hook
` [PATCH 35/90] AppArmor: Remove unnecessary hook stub
` [PATCH 36/90] LSM: Limit calls to certain module hooks
` [PATCH 37/90] LSM: Create a data structure for a security context
` [PATCH 38/90] LSM: Use lsm_context in secid_to_secctx hooks
` [PATCH 39/90] LSM: Use lsm_context in secctx_to_secid hooks
` [PATCH 40/90] LSM: Use lsm_context in inode_getsecctx hooks
` [PATCH 41/90] LSM: Use lsm_context in inode_notifysecctx hooks
` [PATCH 42/90] LSM: Use lsm_context in dentry_init_security hooks
` [PATCH 43/90] LSM: Use lsm_context in security_dentry_init_security
` [PATCH 44/90] LSM: Use lsm_context in security_inode_notifysecctx
` [PATCH 45/90] LSM: Use lsm_context in security_inode_getsecctx
` [PATCH 46/90] LSM: Use lsm_context in security_secctx_to_secid
` [PATCH 47/90] LSM: Use lsm_context in release_secctx hooks
` [PATCH 48/90] LSM: Use lsm_context in security_release_secctx
` [PATCH 49/90] LSM: Use lsm_context in security_secid_to_secctx
` [PATCH 50/90] fs: remove lsm_context scaffolding
` [PATCH 51/90] LSM: Add the release function to the lsm_context
` [PATCH 52/90] LSM: Use lsm_context in inode_setsecctx hooks
` [PATCH 53/90] LSM: Use lsm_context in security_inode_setsecctx
` [PATCH 54/90] kernfs: remove lsm_context scaffolding
` [PATCH 55/90] LSM: Remove unused macro
` [PATCH 56/90] LSM: Special handling for secctx lsm hooks
` [PATCH 57/90] SELinux: Use blob offset in current_sid
` [PATCH 58/90] LSM: Specify which LSM to display
` [PATCH 59/90] AppArmor: Remove the exclusive flag
` [PATCH 60/90] LSM: Add secmark_relabel_packet to the set of one call hooks
` [PATCH 61/90] LSM: Make getting the secmark right cleaner
` [PATCH 62/90] netfilter: Fix memory leak introduced with lsm_context
` [PATCH 63/90] Smack: Consolidate secmark conversions
` [PATCH 64/90] netfilter: Remove unnecessary NULL check in lsm_context
` [PATCH 65/90] LSM: Add secmark refcounting to call_one list
` [PATCH 66/90] LSM: refactor security_setprocattr
` [PATCH 67/90] Smack: Detect if secmarks can be safely used
` [PATCH 68/90] LSM: Support multiple LSMs using inode_init_security
` [PATCH 69/90] LSM: Use full security context in security_inode_setsecctx
` [PATCH 70/90] LSM: Correct handling of ENOSYS in inode_setxattr
` [PATCH 71/90] LSM: Infrastructure security blobs for mount options
` [PATCH 72/90] LSM: Fix for security_init_inode_security
` [PATCH 73/90] Smack: Advertise the secid to netlabel
` [PATCH 74/90] LSM: Change error detection for UDP peer security
` [PATCH 75/90] Smack: Fix setting of the CIPSO MLS_CAT flags
` [PATCH 76/90] Smack: Set netlabel flags properly on new label import
` [PATCH 77/90] Netlabel: Add a secattr comparison API function
` [PATCH 78/90] Smack: Let netlabel do the work on the ambient domain
` [PATCH 79/90] Smack: Don't set the socket label on each send
` [PATCH 80/90] Smack: Let netlabel do the work on connections
` [PATCH 81/90] Netlabel: Return the labeling type on socket

[PATCH] proc: prevent changes to overridden credentials
 2019-04-21 17:14 UTC  (5+ messages)

[PATCH 0/2] checkmodule: allow building modules of a specific version
 2019-04-19 17:21 UTC  (9+ messages)
` [PATCH 1/2] checkmodule: add support for specifying module policy version
` [PATCH 2/2] dismod: print policy version of loaded modules
` [Non-DoD Source] [PATCH 0/2] checkmodule: allow building modules of a specific version

[RFC PATCH 0/1] libselinux: Save digest of all partial matches for directory
 2019-04-18  8:07 UTC 

[RFC PATCH 0/1] libselinux: Save digest of all partial matches for directory
 2019-04-18 13:52 UTC 

[RFC PATCH] selinux-testsuite: Add test for restorecon
 2019-04-18  8:09 UTC 

[RFC PATCH] selinux-testsuite: Add test for restorecon
 2019-04-18  8:49 UTC 

[RFC PATCH] selinux-testsuite: Add test for restorecon
 2019-04-18  8:41 UTC 

[RFC PATCH 0/1] libselinux: Save digest of all partial matches for directory
 2019-04-18  8:38 UTC 

[RFC PATCH 1/1] libselinux: Save digest of all partial matches for directory
 2019-04-18  8:08 UTC 

[PATCH] libselinux: Ignore the stem when looking up all matches in file context
 2019-04-17 18:09 UTC 

[PATCH] selinux testsuite: Do not build SCTP unless kernel support
 2019-04-17 16:01 UTC  (2+ messages)

[PATCH 1/1] selinux-testsuite: Update binder test applications
 2019-04-17 15:27 UTC  (13+ messages)

[PATCH net] selinux: fix potential memory leak in selinux_socket_bind()
 2019-04-17 12:24 UTC  (2+ messages)

[PATCH 1/3] selinux: Check address length before reading address family
 2019-04-15 16:46 UTC 

[PATCH 00/59] LSM: Module stacking for AppArmor
 2019-04-10 17:18 UTC  (38+ messages)
` [PATCH 01/59] LSM: Infrastructure management of the superblock
` [PATCH 02/59] LSM: Infrastructure management of the sock security
` [PATCH 09/59] LSM: Use lsm_export in the getpeersec_dgram hooks
` [PATCH 11/59] LSM: Fix logical operation in lsm_export checks
` [PATCH 16/59] LSM: Use lsm_export in security_socket_getpeersec_dgram
` [PATCH 19/59] LSM: Use lsm_export in security_ipc_getsecid
` [PATCH 21/59] LSM: Use lsm_export in security_inode_getsecid
` [PATCH 22/59] LSM: Use lsm_export in security_cred_getsecid
` [PATCH 26/59] IMA: Clean out lsm_export scaffolding
` [PATCH 27/59] NET: Store LSM access information in the socket blob for UDS
` [PATCH 28/59] NET: Remove scaffolding on secmarks
` [PATCH 32/59] LSM: Remove lsm_export scaffolding functions
` [PATCH 34/59] Smack: Restore the release_secctx hook
` [PATCH 35/59] AppArmor: Remove unnecessary hook stub
` [PATCH 38/59] LSM: Use lsm_context in secid_to_secctx hooks
` [PATCH 43/59] LSM: Use lsm_context in security_dentry_init_security
` [PATCH 45/59] LSM: Use lsm_context in security_inode_getsecctx
` [PATCH 46/59] LSM: Use lsm_context in security_secctx_to_secid
` [PATCH 47/59] LSM: Use lsm_context in release_secctx hooks
` [PATCH 48/59] LSM: Use lsm_context in security_release_secctx
` [PATCH 49/59] LSM: Use lsm_context in security_secid_to_secctx
` [PATCH 50/59] fs: remove lsm_context scaffolding
` [PATCH 51/59] LSM: Add the release function to the lsm_context
` [PATCH 52/59] LSM: Use lsm_context in inode_setsecctx hooks
` [PATCH 53/59] LSM: Use lsm_context in security_inode_setsecctx
` [PATCH 54/59] kernfs: remove lsm_context scaffolding
` [PATCH 55/59] LSM: Remove unused macro
` [PATCH 56/59] LSM: Special handling for secctx lsm hooks
` [PATCH 57/59] SELinux: Use blob offset in current_sid
` [PATCH 58/59] LSM: Specify which LSM to display with /proc/self/attr/display
` [PATCH 59/59] AppArmor: Remove the exclusive flag

[ANNOUNCE][CFP] Linux Security Summit North America 2019
 2019-04-09 22:34 UTC 

Sorry about duplicates on the stacking patches
 2019-04-09 21:46 UTC 


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