app-emulation/runc: Update runc to v1.1.2

BUG=b/232944762
TEST=presubmit
RELEASE_NOTE=Update runc to v1.1.2.

Change-Id: Ibcbcea57062092a89cd5e59deb4aaf62a52f3ecf
Reviewed-on: https://cos-review.googlesource.com/c/cos/overlays/board-overlays/+/32900
Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
diff --git a/project-lakitu/app-emulation/runc/Manifest b/project-lakitu/app-emulation/runc/Manifest
index fe6f597..738437e 100644
--- a/project-lakitu/app-emulation/runc/Manifest
+++ b/project-lakitu/app-emulation/runc/Manifest
@@ -1 +1 @@
-DIST runc-1.1.0.tar.gz 2332427 BLAKE2B 3a194221d0bab813249e23c5f725255e453ce6843c2cb7e1a40a3c6fdd90a1a805c18ebadf56ee5d535f253025716aae6ab3f437140a3cc69e854e750e205e0c SHA512 542ea87c488fd120f2b77e53e2c197f09cd504fbe55dbe47008aaa5b0565aa300fc49f8cadc24ead796e45a4e95a30dfb08bfeefa58dc370145a218fd2869e41
+DIST runc-1.1.2.tar.gz 2332953 BLAKE2B e6047baa799e97d201630f5ff438ca8742ef4c9f465c3728fe2e4bd7f18a571172cb8f994c0e9ffba4f7ae75088626583602f49e0e9f4764c96157820c332b5b SHA512 61d8cc82f49e3bc1cf4cc4ae18a9d9c8f4ae93e8380ce6fa9034b154bd1b915339ee65babdf7518021d015a3c31545fcbad5bbf0c4579c7eb50988877121f049
diff --git a/project-lakitu/app-emulation/runc/runc-1.1.0-r2.ebuild b/project-lakitu/app-emulation/runc/runc-1.1.0-r2.ebuild
deleted file mode 120000
index e07ca45..0000000
--- a/project-lakitu/app-emulation/runc/runc-1.1.0-r2.ebuild
+++ /dev/null
@@ -1 +0,0 @@
-runc-1.1.0.ebuild
\ No newline at end of file
diff --git a/project-lakitu/app-emulation/runc/runc-1.1.2-r1.ebuild b/project-lakitu/app-emulation/runc/runc-1.1.2-r1.ebuild
new file mode 120000
index 0000000..4f00e8d
--- /dev/null
+++ b/project-lakitu/app-emulation/runc/runc-1.1.2-r1.ebuild
@@ -0,0 +1 @@
+runc-1.1.2.ebuild
\ No newline at end of file
diff --git a/project-lakitu/app-emulation/runc/runc-1.1.0.ebuild b/project-lakitu/app-emulation/runc/runc-1.1.2.ebuild
similarity index 97%
rename from project-lakitu/app-emulation/runc/runc-1.1.0.ebuild
rename to project-lakitu/app-emulation/runc/runc-1.1.2.ebuild
index 937bad7..a5226a1 100644
--- a/project-lakitu/app-emulation/runc/runc-1.1.0.ebuild
+++ b/project-lakitu/app-emulation/runc/runc-1.1.2.ebuild
@@ -7,7 +7,7 @@
 
 # update on bump, look for https://github.com/docker\
 # docker-ce/blob/<docker ver OR branch>/components/engine/hack/dockerfile/install/runc.installer
-RUNC_COMMIT=067aaf8548d78269dcb2c13b856775e27c410f9c
+RUNC_COMMIT=a916309fff0f838eb94e928713dbc3c0d0ac7aa4
 CONFIG_CHECK="~USER_NS"
 
 DESCRIPTION="runc container cli tools"