[GH-ISSUE #2117] this code is definitely wrong #1433

Closed
opened 2026-05-05 08:05:57 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @innerspacepilot on GitHub (Sep 21, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2117

in function firejail_user_check:

// root is allowed to run firejail by default
if (strcmp(name, "root") == 0)
	return 1;

// user nobody is never allowed
if (strcmp(name, "root") == 0)

return 0;

Originally created by @innerspacepilot on GitHub (Sep 21, 2018). Original GitHub issue: https://github.com/netblue30/firejail/issues/2117 in function firejail_user_check: // root is allowed to run firejail by default if (strcmp(name, "root") == 0) return 1; // user nobody is never allowed if (strcmp(name, "root") == 0) return 0;
gitea-mirror 2026-05-05 08:05:57 -06:00
  • closed this issue
  • added the
    bug
    label
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#1433
No description provided.