linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-28 19:02:18 to 2019-05-31 23:18:14 UTC [more...]

[PATCH 00/58] LSM: Module stacking for AppArmor
 2019-05-31 23:10 UTC  (43+ 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] Add support to carry ima buffer to in kexec_file_load for amr64
 2019-05-31 22:07 UTC 

[PATCH] Allow to exclude specific file types in LoadPin
 2019-05-31 21:01 UTC  (10+ messages)
` [PATCH v2] "
` [PATCH v3] "

security/loadpin: Allow to exclude specific file types
 2019-05-31 20:33 UTC  (5+ messages)

[PATCH 1/2] LSM: switch to blocking policy update notifiers
 2019-05-31 18:35 UTC  (3+ messages)
` [PATCH 2/2] ima: use the lsm policy update notifier

[GIT PULL] integrity subsystem fixes for v5.2
 2019-05-31 18:15 UTC  (2+ messages)

[PATCH V7 0/4] Add support for crypto agile logs
 2019-05-31 18:07 UTC  (4+ messages)
` [PATCH V7 2/4] tpm: Reserve the TPM final events table

[PATCH 1/7] General notification queue with user mmap()'able ring buffer
 2019-05-31 17:12 UTC  (59+ messages)
` [RFC][PATCH 0/7] Mount, FS, Block and Keyrings notifications
  ` [PATCH 3/7] vfs: Add a mount-notification facility
  ` [PATCH 4/7] vfs: Add superblock notifications
  ` [PATCH 6/7] block: Add block layer notifications

sleep in selinux_audit_rule_init
 2019-05-31 11:22 UTC  (13+ messages)

[PATCH] Smack: Restore the smackfsdef mount option and add missing prefixes
 2019-05-31 10:56 UTC  (2+ messages)

[PATCH 00/22] Some documentation fixes
 2019-05-30 22:49 UTC  (2+ messages)
    ` [PATCH 22/22] docs: fix broken documentation links

SGX vs LSM (Re: [PATCH v20 00/28] Intel SGX1 support)
 2019-05-30 22:24 UTC  (28+ messages)

[PATCH 00/10] keys: Miscellany [ver #2]
 2019-05-30 22:03 UTC  (14+ messages)
` [PATCH 01/10] keys: sparse: Fix key_fs[ug]id_changed() "
` [PATCH 02/10] keys: sparse: Fix incorrect RCU accesses "
` [PATCH 03/10] keys: sparse: Fix kdoc mismatches "
` [PATCH 04/10] keys: Change keyring_serialise_link_sem to a mutex "
` [PATCH 05/10] keys: Break bits out of key_unlink() "
` [PATCH 06/10] keys: Hoist locking out of __key_link_begin() "
` [PATCH 07/10] keys: Add a keyctl to move a key between keyrings "
` [PATCH 08/10] keys: Grant Link permission to possessers of request_key auth keys "
` [PATCH 09/10] KEYS: reuse keyring_index_key::desc_len in lookup_user_key() "
` [PATCH 10/10] keys: Add capability-checking keyctl function "

[PATCH 0/7] keys: Miscellany
 2019-05-30 13:31 UTC  (12+ messages)
` [PATCH 4/7] keys: Break bits out of key_unlink()
` [PATCH 5/7] keys: Make __key_link_begin() handle lockdep nesting
` [PATCH 6/7] keys: Add a keyctl to move a key between keyrings
` [PATCH 7/7] keys: Grant Link permission to possessers of request_key auth keys

[PATCH v2 0/3] ima/evm fixes for v5.2
 2019-05-30 12:00 UTC  (7+ messages)
` [PATCH v2 1/3] evm: check hash algorithm passed to init_desc()
` [PATCH v2 2/3] ima: don't ignore INTEGRITY_UNKNOWN EVM status
` [PATCH v2 3/3] ima: show rules with IMA_INMASK correctly

[GIT PULL] keys: Miscellany
 2019-05-30  6:53 UTC  (3+ messages)

[PATCH v5 1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
 2019-05-29 18:47 UTC  (6+ messages)
` [PATCH v5 2/3] mm: init: report memory auto-initialization features at boot time
` [PATCH v5 3/3] lib: introduce test_meminit module

[PATCH] ima: use struct_size() in kzalloc()
 2019-05-29 16:53 UTC 

Fwd: [PATCH 2/2] ceph: add selinux support
 2019-05-29  3:38 UTC 

[PATCH] Smack: Restore the smackfsdef mount option and add missing prefixes
 2019-05-28 21:39 UTC  (2+ messages)

[PULL] Smack: Restore the smackfsdef mount option
 2019-05-28 20:37 UTC  (5+ messages)

[PATCH] Smack: Restore the smackfsdef mount option
 2019-05-28 20:24 UTC  (8+ messages)

[PATCH v10 00/12] Appended signatures support for IMA appraisal
 2019-05-28 20:06 UTC  (16+ messages)
` [PATCH v10 01/12] MODSIGN: Export module signature definitions
` [PATCH v10 09/12] ima: Implement support for module-style appended signatures
` [PATCH v10 11/12] ima: Define ima-modsig template
` [PATCH v10 12/12] ima: Store the measurement again when appraising a modsig

[PATCH] apparmor: enforce nullbyte at end of tag string
 2019-05-28 19:05 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).