Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1288075
| From | Mickaël Salaün <mic@digikod.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/2] um: Protect memory mapped file |
| Date | 2015-12-10 01:30 +0100 |
| Message-ID | <qDXho-76y-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series protect the memory mapped file. Changes since v2; addressed Tristan Schmelcher's comment: * remove the whole fchmod call [1/2] Changes since v1; addressed Richard Weinberger's comments: * add attacker model to the patch description [1/2] * remove errno reset [2/2] Regards, Mickaël Mickaël Salaün (2): um: Do not set unsecure permission for temporary file um: Use race-free temporary file creation arch/um/os-Linux/mem.c | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/2] um: Protect memory mapped file Mickaël Salaün <mic@digikod.net> - 2015-12-10 01:30 +0100
[PATCH v3 1/2] um: Do not set unsecure permission for temporary file Mickaël Salaün <mic@digikod.net> - 2015-12-10 01:30 +0100
Re: [PATCH v3 1/2] um: Do not set unsecure permission for temporary file Tristan Schmelcher <tschmelcher@google.com> - 2015-12-11 20:30 +0100
[PATCH v3 2/2] um: Use race-free temporary file creation Mickaël Salaün <mic@digikod.net> - 2015-12-10 02:30 +0100
csiph-web