aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/pcsxr.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2021-03-15 16:33:07 -0400
committerLibravatar Tad <tad@spotco.us>2021-03-15 16:33:07 -0400
commit54fe4831f48dfb55c860bf900481a8c4d23577e6 (patch)
tree8e54f7f70718054b1598d65d042d232ff14b3387 /etc/profile-m-z/pcsxr.profile
parentReally fixup openmw profile (diff)
downloadfirejail-54fe4831f48dfb55c860bf900481a8c4d23577e6.tar.gz
firejail-54fe4831f48dfb55c860bf900481a8c4d23577e6.tar.zst
firejail-54fe4831f48dfb55c860bf900481a8c4d23577e6.zip
Add a profile for pcsxr
Diffstat (limited to 'etc/profile-m-z/pcsxr.profile')
-rw-r--r--etc/profile-m-z/pcsxr.profile57
1 files changed, 57 insertions, 0 deletions
diff --git a/etc/profile-m-z/pcsxr.profile b/etc/profile-m-z/pcsxr.profile
new file mode 100644
index 000000000..d247e7c8a
--- /dev/null
+++ b/etc/profile-m-z/pcsxr.profile
@@ -0,0 +1,57 @@
1# Firejail profile for pcsxr
2# Description: A PlayStation emulator
3# This file is overwritten after every install/update
4# Persistent local customizations
5include pcsxr.local
6# Persistent global definitions
7include globals.local
8
9# Note: you must whitelist your games folder in a pcsxr.local
10
11noblacklist ${HOME}/.pcsxr
12
13include disable-common.inc
14include disable-devel.inc
15include disable-exec.inc
16include disable-interpreters.inc
17include disable-passwdmgr.inc
18include disable-programs.inc
19include disable-shell.inc
20include disable-write-mnt.inc
21include disable-xdg.inc
22
23mkdir ${HOME}/.pcsxr
24whitelist ${HOME}/.pcsxr
25include whitelist-common.inc
26include whitelist-runuser-common.inc
27include whitelist-usr-share-common.inc
28include whitelist-var-common.inc
29
30apparmor
31caps.drop all
32ipc-namespace
33net none
34netfilter
35# Uncomment the following line if not loading games from disc
36#nodvd
37nogroups
38nonewprivs
39noroot
40notv
41nou2f
42novideo
43protocol unix
44seccomp
45shell none
46tracelog
47
48private-bin pcsxr
49private-cache
50# uncomment the following line if you do not need controller support
51#private-dev
52private-etc alsa,alternatives,asound.conf,bumblebee,ca-certificates,crypto-policies,dconf,drirc,fonts,gconf,glvnd,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,machine-id,mime.types,nsswitch.conf,nvidia,pango,pki,protocols,pulse,resolv.conf,rpc,services,ssl,X11,xdg
53private-opt none
54private-tmp
55
56dbus-user none
57dbus-system none