mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #964] Set FIREJAIL_PROMPT enabled by default? #652
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#652
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 @laniakea64 on GitHub (Dec 8, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/964
Is there a firejail config option for enabling the changed prompt by default? Or can this only be achieved by adding
FIREJAIL_PROMPT=yesto ~/.profile or similar?@netblue30 commented on GitHub (Dec 9, 2016):
Today it is a simple environment variable, you would add it in ~/.bashrc or ~/.profile:
I'll add a "firejail-prompt yes/no" switch in /etc/firejail/firejail-config.
@netblue30 commented on GitHub (Dec 11, 2016):
I added support in the configuration file:
@laniakea64 commented on GitHub (Dec 11, 2016):
Thanks, but I can't try the fix -
firejail is built and run on Lubuntu 14.04, rev
f541d8b41e@netblue30 commented on GitHub (Dec 13, 2016):
I'll bring in a fix today, thanks.
@netblue30 commented on GitHub (Dec 14, 2016):
All fixed.
@laniakea64 commented on GitHub (Dec 14, 2016):
Thanks! 😃