Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

kata-deploy: All binaries installed by kata should be writable by root #494

Merged

Conversation

amshinde
Copy link
Member

@amshinde amshinde commented May 8, 2019

Prior to this, some of the binaries installed by kata were not owned by
root. Any user can write/replace these binaries.
This was happening as tar perserves ownership while creating the
archive.
Change the ownership of all binaries to root.

Fixes #489

Signed-off-by: Archana Shinde archana.m.shinde@intel.com

Prior to this, some of the binaries installed by kata were not owned by
root. Any user can write/replace these binaries.
This was happening as tar perserves ownership while creating the
archive.
Change the ownership of all binaries to root.

Fixes kata-containers#489

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
@amshinde amshinde requested review from egernst and jodh-intel May 8, 2019 18:00
@egernst
Copy link
Member

egernst commented May 9, 2019

/test

@egernst
Copy link
Member

egernst commented May 9, 2019

/test

Copy link
Contributor

@jodh-intel jodh-intel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

ftr, I've also updated the long-standing packaging test issue to cover this scenario as an explicit test too: kata-containers/ci#10.

@jodh-intel jodh-intel merged commit 3c500df into kata-containers:master May 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All artifacts installed by kata-deploy should be owned by root.
5 participants