]> git.ipfire.org Git - thirdparty/systemd.git/commit
seccomp: add forgotten munmap() syscall to @file-system (#5291)
authorLennart Poettering <lennart@poettering.net>
Fri, 10 Feb 2017 02:29:33 +0000 (03:29 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 10 Feb 2017 02:29:33 +0000 (21:29 -0500)
commit7961116e2c5bd12ef8c6ddb574239d60a10b5622
treec9dc064124bb65a792a7131f873aa06ab8293af8
parent1c37a73210f7d9a8140d75042c9e4b7734fa9164
seccomp: add forgotten munmap() syscall to @file-system (#5291)

We added mmap() and mmap2(), but forgot munmap(). Fix that.

Pointed out by @lucaswerkmeister:

https://github.com/systemd/systemd/pull/4537#issuecomment-273275298
src/shared/seccomp-util.c