mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5308] When using --private=/home/tests mode #2952
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#2952
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 @linqingping on GitHub (Aug 10, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5308
Is your feature request related to a problem? Please describe.
When using --private=/home/tests mode
Describe the solution you'd like
When using --private=/home/tests mode I want to process that only the sandbox has permission to access the /home/test, but does not allow copy and move
@ghost commented on GitHub (Aug 10, 2022):
Can you rephrase what you mean by
not allow copy and copyplease? Or give a more descriptive example...@linqingping commented on GitHub (Aug 11, 2022):
Thanks for the reply, I hope that my /home/test directory is only allowed to be used by the sandbox, and no other applications are allowed to open and access it.In other words, it can encrypt the data in the /home/test directory, and it can be opened normally in the /home/test directory. Once the file leaves the /hmoe/test directory, the data will not be available.
@rusty-snake commented on GitHub (Aug 11, 2022):
I don't really get want you want to say. Anyway some notes to better understand.
@rusty-snake commented on GitHub (Oct 30, 2022):
I'm closing here due to inactivity, please fell free to request to reopen if you have more questions.