Bug 967622 - glibc is missing a shm_mkstemp() that is a secure version of shm_open()
Summary: glibc is missing a shm_mkstemp() that is a secure version of shm_open()
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: All Linux
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Andreas Schwab
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-22 11:49 UTC by Dr. Werner Fink
Modified: 2016-02-29 07:54 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dr. Werner Fink 2016-02-22 11:49:32 UTC
It seems that there is no secure way to open a shared meory object in a secure way using the offcial POSIX shared memory API of the glibc as described in man:shm_overview(7).  This was already reported on other places, e.g.

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620887

and also got implemented for openBSD:

  http://resin.csoft.net/cgi-bin/man.cgi?section=3&topic=shm_open