tailhook / unshare

The low-level linux containers creation library for rust
Apache License 2.0
124 stars 27 forks source link

Allow changing namespaces for child process #6 #7

Closed anti-social closed 8 years ago

anti-social commented 8 years ago

Updated.

tailhook commented 8 years ago
/// Note: using `unshare` and `setns` for the same namespace is meaningless.

This shouldn't have been written literally. I.e. setns basically overrides unshare.

Anyway I'm merging it in.