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
57 lines
1.1 KiB
Text
57 lines
1.1 KiB
Text
# Firejail profile for geekbench
|
|
# Description: A cross-platform benchmark that measures processor and memory performance
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include geekbench.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.geekbench5
|
|
noblacklist /sbin
|
|
noblacklist /usr/sbin
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
mkdir ${HOME}/.geekbench5
|
|
whitelist ${HOME}/.geekbench5
|
|
include whitelist-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
machine-id
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
tracelog
|
|
|
|
disable-mnt
|
|
#private-bin bash,geekbench*,sh -- #4576
|
|
private-cache
|
|
private-dev
|
|
private-etc lsb-release
|
|
private-tmp
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
read-only ${HOME}
|
|
read-write ${HOME}/.geekbench5
|
|
restrict-namespaces
|