aristanetworks / bst

A one-stop shop for process isolation
MIT License
99 stars 9 forks source link

Persisted namespace fixes and unprivileged unpersist #7

Closed Snaipe closed 4 years ago

Snaipe commented 4 years ago

These are a couple of commits that make the usage of re-entering and persisting namespace easier from an unprivileged user. We shouldn't have to use sudo to clear after a non-sudo operation, nor should we be using sudo to enter the spacetime of a running process that we own.

kduda commented 4 years ago

Looks good to me. Please address my comments as you see fit and merge.

Thanks, -Ken