]> git.ipfire.org Git - thirdparty/lxc.git/commit
seccomp: open memfd read-write 3092/head
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 Jul 2019 09:22:50 +0000 (11:22 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 Jul 2019 12:59:18 +0000 (14:59 +0200)
commitaad859c42c30dce269286503976d7cbab2142a62
tree499a3ea3a0fa0bbab388eafba662162d5c7e6407
parent8b4aaf8b53f25e1338e5ccfbc5fdba6293189182
seccomp: open memfd read-write

Makes it easier to implement syscalls which need to write to
a buffer passed by user space as a pointer.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/lxc/seccomp.c