Skip to content

Commit 5938a03

Browse files
[Follow up PR] correct runc patch dir 1.27 (#4417)
* fix source dir runc strict patches * update runc 001 patch
1 parent 0b6207e commit 5938a03

6 files changed

+4
-140
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
From cc499086e2bbde59a349b52bdf7ce414b6fb3f0a Mon Sep 17 00:00:00 2001
1+
From a367e391600dfab0d9eb3deaec4db300a2fb1fa1 Mon Sep 17 00:00:00 2001
22
From: Alberto Mardegan <[email protected]>
33
Date: Wed, 16 Jun 2021 15:04:16 +0300
4-
Subject: [PATCH] apparmor: change profile immediately, not on exec
4+
Subject: [PATCH 1/3] apparmor: change profile immediately, not on exec
55

66
---
77
libcontainer/apparmor/apparmor_linux.go | 8 ++++----
88
1 file changed, 4 insertions(+), 4 deletions(-)
99

1010
diff --git a/libcontainer/apparmor/apparmor_linux.go b/libcontainer/apparmor/apparmor_linux.go
11-
index 8b1483c7..292cfa6d 100644
11+
index 8b1483c..292cfa6 100644
1212
--- a/libcontainer/apparmor/apparmor_linux.go
1313
+++ b/libcontainer/apparmor/apparmor_linux.go
1414
@@ -48,9 +48,9 @@ func setProcAttr(attr, value string) error {
@@ -32,5 +32,4 @@ index 8b1483c7..292cfa6d 100644
3232
+ return changeProfile(name)
3333
}
3434
--
35-
2.25.1
36-
35+
2.34.1

build-scripts/components/runc/strict-patches/v1.1.4/0001-apparmor-change-profile-immediately-not-on-exec.patch

Lines changed: 0 additions & 36 deletions
This file was deleted.

build-scripts/components/runc/strict-patches/v1.1.4/0002-setns_init_linux-set-the-NNP-flag-after-changing-the.patch

Lines changed: 0 additions & 44 deletions
This file was deleted.

build-scripts/components/runc/strict-patches/v1.1.4/0003-standard_init_linux-change-AppArmor-profile-as-late-.patch

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)