Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support unsharing time namespace #155

Open
4 tasks
ysksuzuki opened this issue Nov 22, 2021 · 1 comment
Open
4 tasks

Support unsharing time namespace #155

ysksuzuki opened this issue Nov 22, 2021 · 1 comment
Assignees

Comments

@ysksuzuki
Copy link
Contributor

ysksuzuki commented Nov 22, 2021

What

A chrony process running inside a network namespace disrupts its host's system clock because apps share the time namespace with the host.

How

Support unshare time namespace with apps running inside a network namespace

Checklist

  • Finish implentation of the issue
  • Test all functions
  • Have enough logs to trace activities
  • Notify developers of necessary actions
@ysksuzuki ysksuzuki self-assigned this Nov 22, 2021
@ysksuzuki ysksuzuki changed the title Support unshare time namespace Support unsharing time namespace Nov 22, 2021
@ysksuzuki
Copy link
Contributor Author

We will support this after Go supports CLONE_NEWTIME with SysProcAttr.Cloneflags.
golang/go#49779

Use VM for the chrony process for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant