mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1107] Temporary specific folders #757
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#757
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 @ghost on GitHub (Feb 18, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1107
Is there any way I can have temporary specific folders ? For example an application A needs 3 folders to run .config/A .cache/A and .local/share/A. I want the last two to behave in a similar way to the home folder in the --private option. This can be done with a simple script I'm just wondering if I can do this with firejail by default.
There's --private-home=.config/A but I can't get it to work.
firejail version 0.9.44.8
Compile time support:
- AppArmor support is disabled
- AppImage support is enabled
- bind support is enabled
- chroot support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- networking support is enabled
- overlayfs support is enabled
- private-home support is enabled
- seccomp-bpf support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled
@netblue30 commented on GitHub (Feb 19, 2017):
I'll try to bring something in using --tmpfs for directories such as ~/.cache/A and ~/.local/share/A.
@netblue30 commented on GitHub (Mar 10, 2017):
All done on mainline git:
@ghost commented on GitHub (Apr 29, 2017):
I've been using this ever since i saw the commit but I forgot about right after.
Thank you.
@netblue30 commented on GitHub (May 1, 2017):
No problem.