[GH-ISSUE #1963] 0.9.54 no work? #1317

Closed
opened 2026-05-05 07:51:15 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @SergeyDjam on GitHub (May 29, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1963

  1. sudo firecfg
    sudo firecfg
    [sudo] пароль для admin:
    Removing all firejail symlinks:
    firefox removed
    ...
    Adding user admin to Firejail access database in /etc/firejail/firejail.users
    /etc/firejail/firejail.users created

  2. cat /etc/firejail/firejail.users
    admin

  3. firejail claws-mail
    Error: the user is not allowed to use Firejail. Please add the user in /etc/firejail/firejail.users file, either by running "sudo firecfg", or by editing the file directly.
    See "man firejail-users" for more details.

  4. firejail --allusers --noprofile claws-mail
    Error: the user is not allowed to use Firejail. Please add the user in /etc/firejail/firejail.users file, either by running "sudo firecfg", or by editing the file directly.
    See "man firejail-users" for more details.

why?

Originally created by @SergeyDjam on GitHub (May 29, 2018). Original GitHub issue: https://github.com/netblue30/firejail/issues/1963 1. sudo firecfg sudo firecfg [sudo] пароль для admin: Removing all firejail symlinks: firefox removed ... Adding user admin to Firejail access database in /etc/firejail/firejail.users /etc/firejail/firejail.users created 2. cat /etc/firejail/firejail.users admin 3. firejail claws-mail Error: the user is not allowed to use Firejail. Please add the user in /etc/firejail/firejail.users file, either by running "sudo firecfg", or by editing the file directly. See "man firejail-users" for more details. 4. firejail --allusers --noprofile claws-mail Error: the user is not allowed to use Firejail. Please add the user in /etc/firejail/firejail.users file, either by running "sudo firecfg", or by editing the file directly. See "man firejail-users" for more details. why?
gitea-mirror 2026-05-05 07:51:15 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@reinerh commented on GitHub (May 29, 2018):

What is the UID of the user (id admin)?

<!-- gh-comment-id:392844184 --> @reinerh commented on GitHub (May 29, 2018): What is the UID of the user (`id admin`)?
Author
Owner

@SergeyDjam commented on GitHub (May 30, 2018):

id -u
500

<!-- gh-comment-id:393046017 --> @SergeyDjam commented on GitHub (May 30, 2018): id -u 500
Author
Owner

@reinerh commented on GitHub (May 30, 2018):

Ok, then it's the same bug as #1964.

<!-- gh-comment-id:393046968 --> @reinerh commented on GitHub (May 30, 2018): Ok, then it's the same bug as #1964.
Author
Owner

@SergeyDjam commented on GitHub (May 30, 2018):

I patch mkuid.sh in source and rebuild
sed -i "s/1000/500/" mkuid.sh

is fix problem

<!-- gh-comment-id:393060513 --> @SergeyDjam commented on GitHub (May 30, 2018): I patch mkuid.sh in source and rebuild sed -i "s/1000/500/" mkuid.sh is fix problem
Author
Owner

@netblue30 commented on GitHub (May 30, 2018):

Moving the discussion to #1964 and we will detect UID_MIN at run time. Thanks for the bug!

<!-- gh-comment-id:393116169 --> @netblue30 commented on GitHub (May 30, 2018): Moving the discussion to #1964 and we will detect UID_MIN at run time. 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#1317
No description provided.