mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #350] Firefox thinks I'm in another timezone! #249
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#249
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 @chiraag-nataraj on GitHub (Mar 4, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/350
This is pretty cool and a side-effect of strict whitelisting that I never would have guessed. Normally, Firefox (and thus every website you visit) knows what the time is on your computer. However, when using a very strict profile (
private-etc,private-bin, andprivate-tmp, among other things), it apparently doesn't know what my timezone is!It doesn't really matter to me (in the sense that I'd rather that websites not know what my timezone is), but I'm curious what exactly is causing this.
Here's my profile:
@temporaryaccount commented on GitHub (Mar 4, 2016):
Most likely it's because you forgot to copy /etc/localtime into your private /etc.
@chiraag-nataraj commented on GitHub (Mar 4, 2016):
Ahhh...that would be it!