commit:     ed7819b353d4533a4050062dc6dad6888b983a9a
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Nov 30 19:05:28 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 22:37:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7819b3

net-misc/lldpd: remove unused patches.

Closes: https://github.com/gentoo/gentoo/pull/6362

 net-misc/lldpd/files/lldpd-0.9.5-seccomp-add-mprotect.patch | 12 ------------
 1 file changed, 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 dbb4c79ddf7..00000000000
--- 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 ||

Reply via email to