Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/files/
Date: Mon, 04 Mar 2019 03:14:25
Message-Id: 1551669123.723d6a11886802c940657e967cb61d0ae5721c9c.bman@gentoo
1 commit: 723d6a11886802c940657e967cb61d0ae5721c9c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 2 11:42:57 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 4 03:12:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723d6a11
7
8 app-emulation/docker: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11207
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 .../bsc1073877-docker-apparmor-add-signal.patch | 20 --------------------
15 1 file changed, 20 deletions(-)
16
17 diff --git a/app-emulation/docker/files/bsc1073877-docker-apparmor-add-signal.patch b/app-emulation/docker/files/bsc1073877-docker-apparmor-add-signal.patch
18 deleted file mode 100644
19 index 6bc3fa494e3..00000000000
20 --- a/app-emulation/docker/files/bsc1073877-docker-apparmor-add-signal.patch
21 +++ /dev/null
22 @@ -1,20 +0,0 @@
23 -From: Goldwyn Rodrigues <rgoldwyn@××××.com>
24 -Subject: Allow signal mediation while for apparmor profile
25 -
26 -Allows docker processes under docker-default ot receive all signals.
27 -
28 -Signed-off-by: Goldwyn Rodrigues <rgoldwyn@××××.com>
29 ----
30 - components/engine/profiles/apparmor/template.go | 1 +
31 - 1 file changed, 1 insertion(+)
32 -
33 ---- a/components/engine/profiles/apparmor/template.go
34 -+++ b/components/engine/profiles/apparmor/template.go
35 -@@ -17,6 +17,7 @@ profile {{.Name}} flags=(attach_disconne
36 - capability,
37 - file,
38 - umount,
39 -+ signal (receive) peer=unconfined,
40 -
41 - deny @{PROC}/* w, # deny write for all files directly in /proc (not in a subdir)
42 - # deny write to files not in /proc/<number>/** or /proc/sys/**