mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Now that we have randomized UTS namespaces support[1] by default for every sandbox, there's no longer a need to set hostname to a fixed value. This commit removes such fixed hostname entries from all profiles that have it. [1] https://github.com/netblue30/firejail/discussions/5597#discussioncomment-4996357
52 lines
1.3 KiB
Text
52 lines
1.3 KiB
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include archiver-common.local
|
|
|
|
# common profile for archiver/compression tools
|
|
|
|
blacklist ${RUNUSER}
|
|
|
|
# Comment/uncomment the relevant include file(s) in your archiver-common.local
|
|
# to (un)restrict file access for **all** archivers. Another option is to do this **per archiver**
|
|
# in the relevant <archiver>.local. Beware that things tend to break when overtightening
|
|
# profiles. For example, because you only need to (un)compress files in ${DOWNLOADS},
|
|
# other applications may need access to ${HOME}/.local/share.
|
|
|
|
# Add the next line to your archiver-common.local if you don't need to compress files in disable-common.inc.
|
|
#include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
# Add the next line to your archiver-common.local if you don't need to compress files in disable-programs.inc.
|
|
#include disable-programs.inc
|
|
include disable-shell.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
machine-id
|
|
net none
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
#noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
tracelog
|
|
x11 none
|
|
|
|
private-cache
|
|
private-dev
|
|
private-etc
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
memory-deny-write-execute
|
|
restrict-namespaces
|