[GH-ISSUE #1077] hide new userspace warning with --quiet #734

Closed
opened 2026-05-05 06:32:37 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @azimut on GitHub (Jan 29, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1077

7d11cf62ca/src/firejail/sandbox.c (L889)

	fprintf(stderr, "Warning: cannot create a new user namespace, going forward without it...\n");

Based on other issues it looks like this needs to be silent too with "--quiet".
Edit: added actual line of the output for future references.

Originally created by @azimut on GitHub (Jan 29, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1077 https://github.com/netblue30/firejail/blob/7d11cf62ca175696c8f5998de42c510924c6dcc3/src/firejail/sandbox.c#L889 ``` fprintf(stderr, "Warning: cannot create a new user namespace, going forward without it...\n"); ``` Based on other issues it looks like this needs to be silent too with "--quiet". Edit: added actual line of the output for future references.
gitea-mirror 2026-05-05 06:32:37 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@netblue30 commented on GitHub (Jan 30, 2017):

Fixed, thanks for the bug.

<!-- gh-comment-id:276069626 --> @netblue30 commented on GitHub (Jan 30, 2017): Fixed, thanks for the bug.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#734
No description provided.