mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1963] 0.9.54 no work? #1317
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1317
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SergeyDjam on GitHub (May 29, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1963
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
cat /etc/firejail/firejail.users
admin
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.
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?
@reinerh commented on GitHub (May 29, 2018):
What is the UID of the user (
id admin)?@SergeyDjam commented on GitHub (May 30, 2018):
id -u
500
@reinerh commented on GitHub (May 30, 2018):
Ok, then it's the same bug as #1964.
@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
@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!