diff --git a/src/wrap.c b/src/wrap.c index c78ad71e240c17098ee7154d84549880ecb04156..115bacc65cce136e33df1af133bd1027606510db 100644 --- a/src/wrap.c +++ b/src/wrap.c @@ -1978,18 +1978,6 @@ main (int argc, "--unsetenv", "PWD", NULL); - if (strstr (bwrap_help, "unshare-uts") != NULL) - { - g_debug ("Setting hostname..."); - - /* Set a standard hostname for the container to make it easier - * to see which shell is which */ - flatpak_bwrap_add_args (bwrap, - "--unshare-uts", - "--hostname", "pressure-vessel", - NULL); - } - /* TODO: Potential future expansion: use --unshare-pid for more isolation */ /* Put Steam Runtime environment variables back, if /usr is mounted