mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
On each profile, ensure that the `blacklist` section is right above the
`include disable` section.
See etc/templates/profile.template.
Misc: This appears to affect about a third of the profiles that contain
`blacklist` entries:
$ git grep -El '^#?blacklist ' -- etc/profile* | wc -l
158
$ git diff --name-only f1381b342 | wc -l
49
Kind of relates to commit 04efbb276 ("profiles: replace x11 socket
blacklist with disable-X11.inc", 2024-03-22) / PR #6286.
52 lines
1.2 KiB
Text
52 lines
1.2 KiB
Text
# Firejail profile for signal-cli
|
|
# Description: signal-cli provides a commandline and dbus interface for signalapp/libsignal-service-java
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include signal-cli.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.local/share/signal-cli
|
|
|
|
include allow-java.inc
|
|
|
|
blacklist ${RUNUSER}/wayland-*
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-x11.inc
|
|
include disable-xdg.inc
|
|
|
|
mkdir ${HOME}/.local/share/signal-cli
|
|
whitelist ${HOME}/.local/share/signal-cli
|
|
include whitelist-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin java,sh,signal-cli
|
|
private-cache
|
|
private-dev
|
|
# Does not work with all Java configurations. You will notice immediately, so you might want to give it a try
|
|
#private-etc alternatives,ca-certificates,crypto-policies,dbus-1,host.conf,hostname,hosts,java*,machine-id,nsswitch.conf,passwd,pki,protocols,resolv.conf,rpc,services,ssl
|
|
private-tmp
|
|
|
|
restrict-namespaces
|