diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-11-30 20:05:28 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-20 23:37:25 +0100 |
commit | ed7819b353d4533a4050062dc6dad6888b983a9a (patch) | |
tree | d3042a5bdcc273a1ff575bc035e9ab21fac7abea | |
parent | media-video/tcmplex-panteltje: clean up old. (diff) | |
download | gentoo-ed7819b353d4533a4050062dc6dad6888b983a9a.tar.gz gentoo-ed7819b353d4533a4050062dc6dad6888b983a9a.tar.bz2 gentoo-ed7819b353d4533a4050062dc6dad6888b983a9a.zip |
net-misc/lldpd: remove unused patches.
Closes: https://github.com/gentoo/gentoo/pull/6362
-rw-r--r-- | net-misc/lldpd/files/lldpd-0.9.5-seccomp-add-mprotect.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-misc/lldpd/files/lldpd-0.9.5-seccomp-add-mprotect.patch b/net-misc/lldpd/files/lldpd-0.9.5-seccomp-add-mprotect.patch deleted file mode 100644 index dbb4c79ddf7c..000000000000 --- a/net-misc/lldpd/files/lldpd-0.9.5-seccomp-add-mprotect.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/daemon/priv-seccomp.c b/src/daemon/priv-seccomp.c -index 4f9e6e6..97f4233 100644 ---- a/src/daemon/priv-seccomp.c -+++ b/src/daemon/priv-seccomp.c -@@ -166,6 +166,7 @@ priv_seccomp_init(int remote, int child) - (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(poll), 0)) < 0 || - (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(recvmsg), 0)) < 0 || - (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(readv), 0)) < 0 || -+ (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(mprotect), 0)) < 0 || - /* The following are for resolving addresses */ - (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(mmap), 0)) < 0 || - (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(munmap), 0)) < 0 || |