commit:     723d6a11886802c940657e967cb61d0ae5721c9c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar  2 11:42:57 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 03:12:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723d6a11

app-emulation/docker: remove unused patch

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11207
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 .../bsc1073877-docker-apparmor-add-signal.patch      | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git 
a/app-emulation/docker/files/bsc1073877-docker-apparmor-add-signal.patch 
b/app-emulation/docker/files/bsc1073877-docker-apparmor-add-signal.patch
deleted file mode 100644
index 6bc3fa494e3..00000000000
--- a/app-emulation/docker/files/bsc1073877-docker-apparmor-add-signal.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Goldwyn Rodrigues <rgold...@suse.com>
-Subject: Allow signal mediation while for apparmor profile
-
-Allows docker processes under docker-default ot receive all signals.
-
-Signed-off-by: Goldwyn Rodrigues <rgold...@suse.com>
----
- components/engine/profiles/apparmor/template.go |    1 +
- 1 file changed, 1 insertion(+)
-
---- a/components/engine/profiles/apparmor/template.go
-+++ b/components/engine/profiles/apparmor/template.go
-@@ -17,6 +17,7 @@ profile {{.Name}} flags=(attach_disconne
-   capability,
-   file,
-   umount,
-+  signal (receive) peer=unconfined,
- 
-   deny @{PROC}/* w,   # deny write for all files directly in /proc (not in a 
subdir)
-   # deny write to files not in /proc/<number>/** or /proc/sys/**

Reply via email to