mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #516] Create empty private /etc? #366
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#366
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 (May 14, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/516
Is it possible to create a private /etc with no files at all? You can with tmpfs, but that works only as root.
Is
--private-etcwith no arguments what we want?@netblue30 commented on GitHub (May 14, 2016):
If you give --private-etc a single file, and the file doesn't exist, your /etc directory will be a regular, empty tmpfs filesystem:
@ghost commented on GitHub (May 14, 2016):
I'm confirming this. Maybe this can be documented in the man pages.
@netblue30 commented on GitHub (May 15, 2016):
Will do, thanks!
@netblue30 commented on GitHub (May 15, 2016):
All set!
@ghost commented on GitHub (May 15, 2016):
I saw, awesome.