-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
defer creation of sysctl until after all namespaces have been created
there is a bug in rootless podman that does not allow users to set kernel.domainname because the uts namespace is not set up before the sysctl's are added. I moved the libcrun_set_sysctl down to a point where i think all of the namespaces have been created Signed-off-by: Charlie Doern <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 additions
and
25 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