commit:     ddb3f8676435f7c9ecffdfcaf81ebd0d8f1a3562
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Sun Feb  5 12:25:02 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 16:36:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb3f867

sys-apps/sandbox: remove unused patch

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

 .../0001-libsandbox-handle-more-at-functions.patch | 42 ----------------------
 1 file changed, 42 deletions(-)

diff --git 
a/sys-apps/sandbox/files/0001-libsandbox-handle-more-at-functions.patch 
b/sys-apps/sandbox/files/0001-libsandbox-handle-more-at-functions.patch
deleted file mode 100644
index 09462b7..00000000
--- a/sys-apps/sandbox/files/0001-libsandbox-handle-more-at-functions.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 25425878243c5ca1ff21e6f479e585c60b943930 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger <vap...@gentoo.org>
-Date: Mon, 30 Mar 2009 19:56:29 -0400
-Subject: [PATCH] libsandbox: handle more *at functions
-
-Add some more *at functions to the main checking code.
-
-URL: http://bugs.gentoo.org/264320
-Signed-off-by: Mike Frysinger <vap...@gentoo.org>
-Reported-by: Harald van Dijk <true...@gentoo.org>
----
- libsandbox/libsandbox.c |    5 +++++
- 1 files changed, 5 insertions(+), 0 deletions(-)
-
-diff --git a/libsandbox/libsandbox.c b/libsandbox/libsandbox.c
-index 88248af..c3f0b55 100644
---- a/libsandbox/libsandbox.c
-+++ b/libsandbox/libsandbox.c
-@@ -681,15 +681,20 @@ static int check_access(sbcontext_t *sbcontext, int 
sb_nr, const char *func,
-           sb_nr == SB_NR_CREAT       ||
-           sb_nr == SB_NR_CREAT64     ||
-           sb_nr == SB_NR_MKDIR       ||
-+          sb_nr == SB_NR_MKDIRAT     ||
-           sb_nr == SB_NR_MKNOD       ||
-           sb_nr == SB_NR_MKNODAT     ||
-           sb_nr == SB_NR__XMKNOD     ||
-           sb_nr == SB_NR___XMKNOD    ||
-           sb_nr == SB_NR___XMKNODAT  ||
-           sb_nr == SB_NR_MKFIFO      ||
-+          sb_nr == SB_NR_MKFIFOAT    ||
-           sb_nr == SB_NR_LINK        ||
-+          sb_nr == SB_NR_LINKAT      ||
-           sb_nr == SB_NR_SYMLINK     ||
-+          sb_nr == SB_NR_SYMLINKAT   ||
-           sb_nr == SB_NR_RENAME      ||
-+          sb_nr == SB_NR_RENAMEAT    ||
-           sb_nr == SB_NR_LUTIMES     ||
-           sb_nr == SB_NR_UTIMENSAT   ||
-           sb_nr == SB_NR_UTIME       ||
--- 
-1.6.2
-

Reply via email to