mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #834] enhancement: support user wildcards in login.users #567
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#567
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 @dahabakuk on GitHub (Oct 4, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/834
hi,
i would like to use firejail to restrict users logging on my systems. those users can come from different active directory domains and all have a certain schema:
DOMAIN1\ABCuser1
DOMAIN2\ABCadmin2
it would be great to be able to use wildcards in login.users like: DOMAIN\* or even ABC*
the userlists change quite often and contain serveral hundred Users - so its not doable to add all users to the file...
br
@netblue30 commented on GitHub (Oct 9, 2016):
All done, you can try it out. It is implemented based on fnmatch (http://www.gnu.org/software/libc/manual/html_node/Wildcard-Matching.html#Wildcard-Matching).
@dahabakuk commented on GitHub (Oct 10, 2016):
great! seems to work - but got hit by #360 - thanks anyways!
@netblue30 commented on GitHub (Oct 10, 2016):
In /etc/firejail/firejail.config add "userns no" and it will disable the user namespace.