summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-03-02 12:42:57 +0100
committerAaron Bauman <bman@gentoo.org>2019-03-03 22:12:03 -0500
commit723d6a11886802c940657e967cb61d0ae5721c9c (patch)
tree337de46a35db842439d73d9b3999e329a9c452e0 /app-emulation/docker/files
parentnet-dns/dnsmasq: remove unused files (diff)
downloadgentoo-723d6a11886802c940657e967cb61d0ae5721c9c.tar.gz
gentoo-723d6a11886802c940657e967cb61d0ae5721c9c.tar.bz2
gentoo-723d6a11886802c940657e967cb61d0ae5721c9c.zip
app-emulation/docker: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11207 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-emulation/docker/files')
-rw-r--r--app-emulation/docker/files/bsc1073877-docker-apparmor-add-signal.patch20
1 files changed, 0 insertions, 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 6bc3fa494e33..000000000000
--- a/app-emulation/docker/files/bsc1073877-docker-apparmor-add-signal.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Goldwyn Rodrigues <rgoldwyn@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 <rgoldwyn@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/**