summaryrefslogtreecommitdiff
path: root/src/shared/memfd.c
AgeCommit message (Expand)Author
2014-08-19memfd: escape the comm field we get from PR_GET_NAME, but assume everything e...Lennart Poettering
2014-08-19memfd: skip utf-8 escaping if we use a name that was passed inDaniel Mack
2014-08-19memfd: reduce name escaping logic to utf-8 checksDaniel Mack
2014-08-19memfd: simplify APILennart Poettering
2014-08-18memfd: internalize functions, drop sd_memfd typeDaniel Mack
2014-08-18memfd: use _cleanup_ if applicableDavid Herrmann
2014-08-18memfd: map unsealed files as MAP_SHAREDDavid Herrmann
2014-08-18memfd: disallow importing memfds without sealingDavid Herrmann
2014-08-18memfd: don't open kdbus for memfdDavid Herrmann
2014-08-18memfd: fix memfd_create() syscall wrapperDaniel Mack
2014-08-18memfd: move code from public library to src/sharedDaniel Mack