]> git.ipfire.org Git - thirdparty/unbound.git/commit
unbound.service.in: drop CAP_IPC_LOCK
authorMaryse47 <41080948+Maryse47@users.noreply.github.com>
Tue, 28 Jan 2020 17:42:41 +0000 (18:42 +0100)
committerMaryse47 <41080948+Maryse47@users.noreply.github.com>
Tue, 28 Jan 2020 17:42:41 +0000 (18:42 +0100)
commit939cf38576727ac2f52d3aacae4b446caad039e5
tree6973782237cb30bdb7f4119886caa6b072c281f6
parentc0789a878556b482e53a52228fae30765f2d06b2
unbound.service.in: drop CAP_IPC_LOCK

CAP_IPC_LOCK controls whether a process can lock pages into physical
memory (for instance to prevent passwords or private keys from
being swapped to disk), e.g. mmap() with the MAP_LOCKED flag or
shmctl() with the SHM_LOCK command, neither of which seem to be
used by unbound.
contrib/unbound.service.in
contrib/unbound_portable.service.in