Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sandbox/files/
Date: Sun, 05 Feb 2017 16:37:14
Message-Id: 1486312562.ddb3f8676435f7c9ecffdfcaf81ebd0d8f1a3562.soap@gentoo
1 commit: ddb3f8676435f7c9ecffdfcaf81ebd0d8f1a3562
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 5 12:25:02 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 16:36:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb3f867
7
8 sys-apps/sandbox: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3822
11
12 .../0001-libsandbox-handle-more-at-functions.patch | 42 ----------------------
13 1 file changed, 42 deletions(-)
14
15 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
16 deleted file mode 100644
17 index 09462b7..00000000
18 --- a/sys-apps/sandbox/files/0001-libsandbox-handle-more-at-functions.patch
19 +++ /dev/null
20 @@ -1,42 +0,0 @@
21 -From 25425878243c5ca1ff21e6f479e585c60b943930 Mon Sep 17 00:00:00 2001
22 -From: Mike Frysinger <vapier@g.o>
23 -Date: Mon, 30 Mar 2009 19:56:29 -0400
24 -Subject: [PATCH] libsandbox: handle more *at functions
25 -
26 -Add some more *at functions to the main checking code.
27 -
28 -URL: http://bugs.gentoo.org/264320
29 -Signed-off-by: Mike Frysinger <vapier@g.o>
30 -Reported-by: Harald van Dijk <truedfx@g.o>
31 ----
32 - libsandbox/libsandbox.c | 5 +++++
33 - 1 files changed, 5 insertions(+), 0 deletions(-)
34 -
35 -diff --git a/libsandbox/libsandbox.c b/libsandbox/libsandbox.c
36 -index 88248af..c3f0b55 100644
37 ---- a/libsandbox/libsandbox.c
38 -+++ b/libsandbox/libsandbox.c
39 -@@ -681,15 +681,20 @@ static int check_access(sbcontext_t *sbcontext, int sb_nr, const char *func,
40 - sb_nr == SB_NR_CREAT ||
41 - sb_nr == SB_NR_CREAT64 ||
42 - sb_nr == SB_NR_MKDIR ||
43 -+ sb_nr == SB_NR_MKDIRAT ||
44 - sb_nr == SB_NR_MKNOD ||
45 - sb_nr == SB_NR_MKNODAT ||
46 - sb_nr == SB_NR__XMKNOD ||
47 - sb_nr == SB_NR___XMKNOD ||
48 - sb_nr == SB_NR___XMKNODAT ||
49 - sb_nr == SB_NR_MKFIFO ||
50 -+ sb_nr == SB_NR_MKFIFOAT ||
51 - sb_nr == SB_NR_LINK ||
52 -+ sb_nr == SB_NR_LINKAT ||
53 - sb_nr == SB_NR_SYMLINK ||
54 -+ sb_nr == SB_NR_SYMLINKAT ||
55 - sb_nr == SB_NR_RENAME ||
56 -+ sb_nr == SB_NR_RENAMEAT ||
57 - sb_nr == SB_NR_LUTIMES ||
58 - sb_nr == SB_NR_UTIMENSAT ||
59 - sb_nr == SB_NR_UTIME ||
60 ---
61 -1.6.2
62 -