linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-10 19:07:35 to 2019-04-19 00:47:52 UTC [more...]

[PATCH 00/90] LSM: Module stacking for all
 2019-04-19  0:45 UTC  (38+ messages)
` [PATCH 01/90] LSM: Infrastructure management of the superblock
` [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 0/3] RFC: add init_allocations=1 boot option
 2019-04-18 22:08 UTC  (11+ messages)
` [PATCH 1/3] mm: security: introduce the "
` [PATCH 2/3] gfp: mm: introduce __GFP_NOINIT
` [PATCH 3/3] RFC: net: apply __GFP_NOINIT to AF_UNIX sk_buff allocations

[PATCH V32 0/27] Lockdown patches for 5.2
 2019-04-18 19:35 UTC  (5+ messages)
` [PATCH V32 01/27] Add the ability to lock down access to the running kernel image

[RFC PATCH v9 03/13] mm: Add support for eXclusive Page Frame Ownership (XPFO)
 2019-04-18 14:34 UTC  (17+ messages)

kernel BUG at kernel/cred.c:434!
 2019-04-18 13:39 UTC  (18+ messages)

[PATCH v2 0/2] RFC: introduce CONFIG_INIT_ALL_MEMORY
 2019-04-18 13:02 UTC  (4+ messages)
` [PATCH v2 2/2] initmem: introduce CONFIG_INIT_ALL_HEAP

[PATCH 00/57] Convert files to ReST
 2019-04-18 12:42 UTC  (4+ messages)
` [PATCH 23/57] docs: netlabel: convert it "
` Avoiding merge conflicts while adding new docs - Was: Re: [PATCH 00/57] Convert files "

fanotify and LSM path hooks
 2019-04-18 10:53 UTC  (12+ messages)

[PATCH v10 00/12] Appended signatures support for IMA appraisal
 2019-04-18  3:51 UTC  (13+ messages)
` [PATCH v10 01/12] MODSIGN: Export module signature definitions
` [PATCH v10 02/12] PKCS#7: Refactor verify_pkcs7_signature()
` [PATCH v10 03/12] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v10 04/12] integrity: Introduce struct evm_xattr
` [PATCH v10 05/12] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v10 06/12] ima: Use designated initializers for struct ima_event_data
` [PATCH v10 07/12] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v10 08/12] ima: Factor xattr_verify() out of ima_appraise_measurement()
` [PATCH v10 09/12] ima: Implement support for module-style appended signatures
` [PATCH v10 10/12] ima: Collect modsig
` [PATCH v10 11/12] ima: Define ima-modsig template
` [PATCH v10 12/12] ima: Store the measurement again when appraising a modsig

[PATCH] mm: security: introduce CONFIG_INIT_HEAP_ALL
 2019-04-17 17:04 UTC  (13+ messages)

[RFC PATCH v1 0/5] Add support for O_MAYEXEC
 2019-04-17 15:04 UTC  (9+ messages)
` [RFC PATCH v1 1/5] fs: Add support for an O_MAYEXEC flag on sys_open()

[PATCH v20 16/28] x86/sgx: Add provisioning
 2019-04-17 10:39 UTC 

crypto: Kernel memory overwrite attempt detected to spans multiple pages
 2019-04-17  9:54 UTC  (27+ messages)
                          ` [PATCH] crypto: testmgr - allocate buffers with __GFP_COMP

[PATCH] apparmor: fix spelling mistake "immutible" -> "immutable"
 2019-04-16 19:56 UTC  (2+ messages)

[PATCH v2 0/3] Refactor memory initialization hardening
 2019-04-16 13:56 UTC  (10+ messages)
` [PATCH v2 1/3] security: Create "kernel hardening" config area
` [PATCH v2 2/3] security: Move stackleak config to Kconfig.hardening
` [PATCH v2 3/3] security: Implement Clang's stack initialization

[PULL] Smack: Changes for 5.2
 2019-04-16  0:33 UTC  (2+ messages)

[PATCH 1/3] selinux: Check address length before reading address family
 2019-04-15 16:46 UTC  (5+ messages)
` [PATCH 2/3] smack: "
` [PATCH 3/3] tomoyo: "

[PATCH 1/2] apparmor: Use a memory pool instead per-CPU caches
 2019-04-15 10:50 UTC  (2+ messages)

[PATCH] TCG2 log support build fixes for non-x86_64
 2019-04-15  8:47 UTC  (2+ messages)

[GIT PULL] linux-integrity patches for Linux 5.2
 2019-04-12 22:22 UTC  (2+ messages)

[PATCH] tomoyo: Change pathname calculation for read-only filesystems
 2019-04-12 11:09 UTC  (3+ messages)

[PATCH (resend)] tomoyo: Add a kernel config option for fuzzing testing
 2019-04-12 11:04 UTC 

[PATCH] net: socket: Always initialize family field at move_addr_to_kernel()
 2019-04-12  0:24 UTC  (4+ messages)

[PATCH v2 09/10] LSM: SafeSetID: verify transitive constrainedness
 2019-04-11 20:38 UTC  (2+ messages)

[PATCH v2 08/10] LSM: SafeSetID: add read handler
 2019-04-11 20:37 UTC  (2+ messages)

[PATCH v4 0/3] RFC: introduce CONFIG_INIT_ALL_MEMORY
 2019-04-11 17:40 UTC  (6+ messages)
` [PATCH v4 2/3] initmem: introduce CONFIG_INIT_ALL_HEAP

[PATCH 0/3] Kconfig: Refactor memory initialization hardening
 2019-04-11 17:07 UTC  (8+ messages)
` [PATCH 1/3] Kconfig: Create "kernel hardening" config area
` [PATCH 3/3] kbuild: Implement Clang's stack initialization

[PATCH] security: inode: fix a missing check for securityfs_create_file
 2019-04-10 22:00 UTC  (5+ messages)

KASAN: use-after-free Read in path_lookupat
 2019-04-10 19:44 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).