From 8fbd548a873c1e4cd75ff275198186cfa77babf1 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 18 May 2016 06:37:23 -0700 Subject: [PATCH] rkt: add rkt-admin group, has access to /etc/rkt --- .../coreos-overlay/app-emulation/rkt/files/sysusers.conf | 8 +++----- .../rkt/{rkt-1.6.0.ebuild => rkt-1.6.0-r1.ebuild} | 0 2 files changed, 3 insertions(+), 5 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/{rkt-1.6.0.ebuild => rkt-1.6.0-r1.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/files/sysusers.conf b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/files/sysusers.conf index da9db692d6..895fe60b57 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/files/sysusers.conf +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/files/sysusers.conf @@ -1,5 +1,3 @@ -# create rkt group -g rkt 251 - - -# add core to rkt group -m core rkt - - - +g rkt-admin - - - +g rkt 251 - - +m core rkt - - diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.6.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.6.0-r1.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.6.0.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.6.0-r1.ebuild