mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Command:
sed -i -E "s/^private-etc /private-etc ld.so.preload,/" \
$(grep -LE "^private-etc .*ld.so.preload" etc/profile-*/*) \
&& python3 contrib/sort.py etc/profile-*/*
54 lines
1 KiB
Text
54 lines
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
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
include whitelist-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
hostname geekbench
|
|
ipc-namespace
|
|
machine-id
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin bash,geekbenc*,sh
|
|
private-cache
|
|
private-dev
|
|
private-etc alternatives,group,ld.so.preload,lsb-release,passwd
|
|
private-lib gcc/*/*/libstdc++.so.*
|
|
private-opt none
|
|
private-tmp
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
#memory-deny-write-execute - breaks on Arch (see issue #1803)
|
|
read-only ${HOME}
|