mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6161] Permissions curious behaviour with private home #3207
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#3207
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 @esp13 on GitHub (Jan 18, 2024).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6161
Hi,
Description
I think I have some permissions issues when I use private home folder.
Steps to Reproduce
In my firejail profile file:
private /home/myusername/fakehome/When I run this profile for the first time:
When I exit it and run it again:
And something strange, the minutes changed too.
Expected behavior
file permissions shouldn't change between separate run.
Actual behavior
file permission changed
Behavior without a profile
didn't try without profile as it is related to private home folder
Additional context
Environment
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
@ghost commented on GitHub (Jan 18, 2024):
https://github.com/netblue30/firejail#ubuntu
Please upgrade your firejail installation and re-check if you're still see this behaviour on 0.9.72.
@rusty-snake commented on GitHub (Jan 19, 2024):
This is relevant, as it reduces the possible error sources.
Is only .bash_history affected or other files as well?
How does your (manjaro default) bash config look like. Because my (Fedora) bash does not create .bash_history after every command.
@esp13 commented on GitHub (Jan 19, 2024):
Tried 0.9.72, same result
Something strange, since I upgraded, the tab key doesn't complete command anymore, it only write a tab space
@esp13 commented on GitHub (Jan 19, 2024):
Tried:
firejail --private=/home/myusername/fakehome/Same result.
It does not do this on your side?
If I create a test file the permissions doesn't change when I exit and came back
@rusty-snake commented on GitHub (Jan 19, 2024):
That's a feature. See
--tab.@esp13 commented on GitHub (Feb 2, 2024):
Hello,
Any feedback for the bash config I provided?