-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tree-wide: use container_uses_namespace() helper
No functional changes. Will be useful in future support for an isolated user namespaces [1]. I have already played with that locally and found that in the LXC codebase we have a bunch of different ways to ensure if a container uses user namespaces or not. This commit contains a trivial conversion from an open-coded version of the container_uses_namespace() helper to an actual use of the helper. [1] https://lpc.events/event/17/contributions/1569/ Signed-off-by: Alexander Mikhalitsyn <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters