2023-07-27 15:30:03 +02:00
|
|
|
# vim: filetype=firejail
|
2023-04-26 10:30:17 +02:00
|
|
|
include whitelist-common.inc
|
2023-06-10 14:30:09 +02:00
|
|
|
|
2023-04-26 10:30:17 +02:00
|
|
|
dbus-user filter
|
|
|
|
dbus-user.talk com.feralinteractive.GameMode
|
|
|
|
dbus-system none
|
2023-06-10 14:30:09 +02:00
|
|
|
|
|
|
|
mkdir ~/.local/share/PolyMC
|
|
|
|
mkdir ~/.config/PolyMC
|
2023-04-26 10:30:17 +02:00
|
|
|
whitelist ~/.local/share/PolyMC
|
2023-06-04 18:29:29 +02:00
|
|
|
whitelist ~/.config/PolyMC
|
2023-06-10 14:30:09 +02:00
|
|
|
|
|
|
|
caps.drop all
|
|
|
|
netfilter
|
|
|
|
nodvd
|
|
|
|
nogroups
|
|
|
|
noinput
|
|
|
|
nonewprivs
|
2023-08-30 10:41:36 +02:00
|
|
|
# Breaks GameMode
|
|
|
|
#noroot
|
2023-06-10 14:30:09 +02:00
|
|
|
notv
|
|
|
|
nou2f
|
|
|
|
novideo
|
|
|
|
protocol unix,inet,inet6
|
|
|
|
|
|
|
|
disable-mnt
|
|
|
|
private-dev
|
|
|
|
private-tmp
|
|
|
|
|
2023-04-26 10:30:17 +02:00
|
|
|
<% opt.getDeviceConf "polymc-firejail.profile" %>
|