mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 06:05:38 -06:00
That is, make "X11" lowercase so that the order of the includes in the
disable- section remain the same when sorted with `LC_ALL=C`, as is the
case for most of the other sections. That is also likely to be the
default in text editors (such as in vim on Arch), so this should make
the disable- section more consistent and easier to sort when editing the
profile.
Also, keep the old include as a redirect to the new one for now to avoid
breakage.
Commands used to search and replace:
git mv etc/inc/disable-X11.inc etc/inc/disable-x11.inc
git grep -Ilz 'disable-X11' -- etc | xargs -0 \
perl -pi -e 's/disable-X11/disable-x11/'
Relates to #4462 #4854 #6070 #6289.
This is a follow-up to #6286.
66 lines
1.5 KiB
Text
66 lines
1.5 KiB
Text
# Firejail profile for rtv
|
|
# Description: Browse Reddit from your terminal
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include rtv.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
blacklist ${RUNUSER}/wayland-*
|
|
|
|
noblacklist ${HOME}/.config/rtv
|
|
noblacklist ${HOME}/.local/share/rtv
|
|
|
|
# Allow /bin/sh (blacklisted by disable-shell.inc)
|
|
include allow-bin-sh.inc
|
|
|
|
# Allow python (blacklisted by disable-interpreters.inc)
|
|
include allow-python2.inc
|
|
include allow-python3.inc
|
|
|
|
# You can configure rtv to open different type of links in external applications.
|
|
# Configuration: https://github.com/michael-lazar/rtv#viewing-media-links.
|
|
# Add the next line to your rtv.local to enable external application support.
|
|
#include rtv-addons.profile
|
|
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}/.config/rtv
|
|
mkdir ${HOME}/.local/share/rtv
|
|
whitelist ${HOME}/.config/rtv
|
|
whitelist ${HOME}/.local/share/rtv
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
machine-id
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin less,python*,rtv,sh,xdg-settings
|
|
private-cache
|
|
private-dev
|
|
private-etc @tls-ca,@x11,host.conf,mailcap,mime.types,rpc,services,terminfo
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
restrict-namespaces
|