selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-31 23:11:40 to 2019-06-04 11:40:16 UTC [more...]

[PATCH] selinux: Fix strncpy in libselinux and libsepol
 2019-06-03 20:43 UTC  (4+ messages)

SGX vs LSM (Re: [PATCH v20 00/28] Intel SGX1 support)
 2019-06-04 11:39 UTC  (26+ messages)

[RFC PATCH 0/9] security: x86/sgx: SGX vs. LSM
 2019-06-04 11:15 UTC  (38+ messages)
` [RFC PATCH 1/9] x86/sgx: Remove unused local variable in sgx_encl_release()
` [RFC PATCH 2/9] x86/sgx: Do not naturally align MAP_FIXED address
` [RFC PATCH 3/9] x86/sgx: Allow userspace to add multiple pages in single ioctl()
` [RFC PATCH 4/9] mm: Introduce vm_ops->mprotect()
` [RFC PATCH 5/9] x86/sgx: Restrict mapping without an enclave page to PROT_NONE
` [RFC PATCH 6/9] x86/sgx: Require userspace to provide allowed prots to ADD_PAGES
` [RFC PATCH 7/9] x86/sgx: Enforce noexec filesystem restriction for enclaves
` [RFC PATCH 8/9] LSM: x86/sgx: Introduce ->enclave_load() hook for Intel SGX
` [RFC PATCH 9/9] security/selinux: Add enclave_load() implementation

[PATCH 00/58] LSM: Module stacking for AppArmor
 2019-06-04  0:29 UTC  (63+ messages)
` [PATCH 01/58] LSM: Infrastructure management of the superblock
` [PATCH 02/58] LSM: Infrastructure management of the sock security
` [PATCH 03/58] LSM: Infrastructure management of the key security blob
` [PATCH 04/58] LSM: Create an lsm_export data structure
` [PATCH 05/58] LSM: Use lsm_export in the inode_getsecid hooks
` [PATCH 09/58] LSM: Use lsm_export in the getpeersec_dgram hooks
` [PATCH 10/58] LSM: Use lsm_export in the audit_rule_match hooks
` [PATCH 11/58] LSM: Use lsm_export in the secid_to_secctx hooks
` [PATCH 12/58] LSM: Use lsm_export in the secctx_to_secid hooks
` [PATCH 13/58] LSM: Use lsm_export in security_audit_rule_match
` [PATCH 14/58] LSM: Use lsm_export in security_kernel_act_as
` [PATCH 15/58] LSM: Use lsm_export in security_socket_getpeersec_dgram
` [PATCH 16/58] LSM: Use lsm_export in security_secctx_to_secid
` [PATCH 17/58] LSM: Use lsm_export in security_secid_to_secctx
` [PATCH 18/58] LSM: Use lsm_export in security_ipc_getsecid
` [PATCH 19/58] LSM: Use lsm_export in security_task_getsecid
` [PATCH 20/58] LSM: Use lsm_export in security_inode_getsecid
` [PATCH 21/58] LSM: Use lsm_export in security_cred_getsecid
` [PATCH 22/58] Audit: Change audit_sig_sid to audit_sig_lsm
` [PATCH 23/58] Audit: Convert target_sid to an lsm_export structure
` [PATCH 24/58] Audit: Convert osid "
` [PATCH 25/58] IMA: Clean out lsm_export scaffolding
` [PATCH 26/58] NET: Change the UNIXCB from a secid to an lsm_export
` [PATCH 27/58] NET: Remove scaffolding on secmarks
` [PATCH 28/58] NET: Remove scaffolding on new secmarks
` [PATCH 29/58] NET: Remove netfilter scaffolding for lsm_export
` [PATCH 30/58] Netlabel: Replace secids with lsm_export
` [PATCH 31/58] LSM: Remove lsm_export scaffolding functions
` [PATCH 32/58] IMA: FIXUP prototype using lsm_export
` [PATCH 33/58] Smack: Restore the release_secctx hook
` [PATCH 34/58] AppArmor: Remove unnecessary hook stub
` [PATCH 35/58] LSM: Limit calls to certain module hooks
` [PATCH 36/58] LSM: Create a data structure for a security context
` [PATCH 37/58] LSM: Use lsm_context in secid_to_secctx hooks
` [PATCH 38/58] LSM: Use lsm_context in secctx_to_secid hooks
` [PATCH 39/58] LSM: Use lsm_context in inode_getsecctx hooks
` [PATCH 40/58] LSM: Use lsm_context in inode_notifysecctx hooks
` [PATCH 41/58] LSM: Use lsm_context in dentry_init_security hooks
` [PATCH 42/58] LSM: Use lsm_context in security_dentry_init_security
` [PATCH 43/58] LSM: Use lsm_context in security_inode_notifysecctx
` [PATCH 44/58] LSM: Use lsm_context in security_inode_getsecctx
` [PATCH 45/58] LSM: Use lsm_context in security_secctx_to_secid
` [PATCH 46/58] LSM: Use lsm_context in release_secctx hooks
` [PATCH 47/58] LSM: Use lsm_context in security_release_secctx
` [PATCH 48/58] LSM: Use lsm_context in security_secid_to_secctx
` [PATCH 49/58] fs: remove lsm_context scaffolding
` [PATCH 50/58] LSM: Add the release function to the lsm_context

[PATCH v3] selinux: lsm: fix a missing-check bug in selinux_sb_eat_lsm_opts()
 2019-06-03 21:15 UTC  (10+ messages)

[RFC V3 PATCH] selinux-testsuite: Add test for restorecon
 2019-06-03  9:56 UTC 

[PATCH] selinux-testsuite: Correct address count for asconf sctp test
 2019-06-02 10:46 UTC 

[PATCH V2 1/2] libselinux: Save digest of all partial matches for directory
 2019-06-03  9:54 UTC 

[PATCH 00/58] LSM: Module stacking for AppArmor
 2019-06-02 16:51 UTC  (59+ messages)
` [PATCH 01/58] LSM: Infrastructure management of the superblock
` [PATCH 02/58] LSM: Infrastructure management of the sock security
` [PATCH 03/58] LSM: Infrastructure management of the key security blob
` [PATCH 04/58] LSM: Create an lsm_export data structure
` [PATCH 05/58] LSM: Use lsm_export in the inode_getsecid hooks
` [PATCH 06/58] LSM: Use lsm_export in the cred_getsecid hooks
` [PATCH 07/58] LSM: Use lsm_export in the ipc_getsecid and task_getsecid hooks
` [PATCH 08/58] LSM: Use lsm_export in the kernel_ask_as hooks
` [PATCH 09/58] LSM: Use lsm_export in the getpeersec_dgram hooks
` [PATCH 10/58] LSM: Use lsm_export in the audit_rule_match hooks
` [PATCH 11/58] LSM: Use lsm_export in the secid_to_secctx hooks
` [PATCH 12/58] LSM: Use lsm_export in the secctx_to_secid hooks
` [PATCH 13/58] LSM: Use lsm_export in security_audit_rule_match
` [PATCH 14/58] LSM: Use lsm_export in security_kernel_act_as
` [PATCH 15/58] LSM: Use lsm_export in security_socket_getpeersec_dgram
` [PATCH 16/58] LSM: Use lsm_export in security_secctx_to_secid
` [PATCH 17/58] LSM: Use lsm_export in security_secid_to_secctx
` [PATCH 18/58] LSM: Use lsm_export in security_ipc_getsecid
` [PATCH 19/58] LSM: Use lsm_export in security_task_getsecid
` [PATCH 20/58] LSM: Use lsm_export in security_inode_getsecid
` [PATCH 21/58] LSM: Use lsm_export in security_cred_getsecid
` [PATCH 22/58] Audit: Change audit_sig_sid to audit_sig_lsm
` [PATCH 23/58] Audit: Convert target_sid to an lsm_export structure
` [PATCH 24/58] Audit: Convert osid "
` [PATCH 25/58] IMA: Clean out lsm_export scaffolding
` [PATCH 26/58] NET: Change the UNIXCB from a secid to an lsm_export
` [PATCH 27/58] NET: Remove scaffolding on secmarks
` [PATCH 28/58] NET: Remove scaffolding on new secmarks
` [PATCH 29/58] NET: Remove netfilter scaffolding for lsm_export
` [PATCH 30/58] Netlabel: Replace secids with lsm_export
` [PATCH 31/58] LSM: Remove lsm_export scaffolding functions
` [PATCH 32/58] IMA: FIXUP prototype using lsm_export
` [PATCH 33/58] Smack: Restore the release_secctx hook
` [PATCH 34/58] AppArmor: Remove unnecessary hook stub
` [PATCH 35/58] LSM: Limit calls to certain module hooks
` [PATCH 36/58] LSM: Create a data structure for a security context
` [PATCH 37/58] LSM: Use lsm_context in secid_to_secctx hooks
` [PATCH 38/58] LSM: Use lsm_context in secctx_to_secid hooks
` [PATCH 39/58] LSM: Use lsm_context in inode_getsecctx hooks
` [PATCH 40/58] LSM: Use lsm_context in inode_notifysecctx hooks
` [PATCH 41/58] LSM: Use lsm_context in dentry_init_security hooks
` [PATCH 42/58] LSM: Use lsm_context in security_dentry_init_security
` [PATCH 43/58] LSM: Use lsm_context in security_inode_notifysecctx
` [PATCH 44/58] LSM: Use lsm_context in security_inode_getsecctx
` [PATCH 45/58] LSM: Use lsm_context in security_secctx_to_secid
` [PATCH 46/58] LSM: Use lsm_context in release_secctx hooks
` [PATCH 47/58] LSM: Use lsm_context in security_release_secctx
` [PATCH 48/58] LSM: Use lsm_context in security_secid_to_secctx
` [PATCH 49/58] fs: remove lsm_context scaffolding
` [PATCH 50/58] LSM: Add the release function to the lsm_context
` [PATCH 51/58] LSM: Use lsm_context in inode_setsecctx hooks
` [PATCH 52/58] LSM: Use lsm_context in security_inode_setsecctx
` [PATCH 53/58] kernfs: remove lsm_context scaffolding
` [PATCH 54/58] LSM: Remove unused macro
` [PATCH 55/58] LSM: Special handling for secctx lsm hooks
` [PATCH 56/58] SELinux: Use blob offset in current_sid
` [PATCH 57/58] LSM: Specify which LSM to display
` [PATCH 58/58] AppArmor: Remove the exclusive flag

[PATCH] selinux: Fix strncpy in libselinux and libsepol
 2019-05-31 16:16 UTC  (3+ messages)

[PATCH V2] selinux: Fix strncpy in libselinux and libsepol
 2019-06-02  9:16 UTC 

[PATCH v2] hooks: fix a missing-check bug in selinux_sb_eat_lsm_opts()
 2019-06-01  1:57 UTC  (3+ messages)

[PATCH] hooks: fix a missing-check bug in selinux_add_mnt_opt()
 2019-06-01  1:54 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 00/58] LSM: Module stacking for AppArmor
 2019-05-31 23:31 UTC  (18+ messages)
` [PATCH 01/58] LSM: Infrastructure management of the superblock
` [PATCH 02/58] LSM: Infrastructure management of the sock security
` [PATCH 03/58] LSM: Infrastructure management of the key security blob
` [PATCH 04/58] LSM: Create an lsm_export data structure
` [PATCH 05/58] LSM: Use lsm_export in the inode_getsecid hooks
` [PATCH 06/58] LSM: Use lsm_export in the cred_getsecid hooks
` [PATCH 07/58] LSM: Use lsm_export in the ipc_getsecid and task_getsecid hooks
` [PATCH 08/58] LSM: Use lsm_export in the kernel_ask_as hooks
` [PATCH 09/58] LSM: Use lsm_export in the getpeersec_dgram hooks
` [PATCH 10/58] LSM: Use lsm_export in the audit_rule_match hooks
` [PATCH 11/58] LSM: Use lsm_export in the secid_to_secctx hooks
` [PATCH 12/58] LSM: Use lsm_export in the secctx_to_secid hooks
` [PATCH 13/58] LSM: Use lsm_export in security_audit_rule_match
` [PATCH 14/58] LSM: Use lsm_export in security_kernel_act_as
` [PATCH 15/58] LSM: Use lsm_export in security_socket_getpeersec_dgram
` [PATCH 16/58] LSM: Use lsm_export in security_secctx_to_secid
` [PATCH 17/58] LSM: Use lsm_export in security_secid_to_secctx


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