aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/firefox.profile2
-rw-r--r--etc/skype.profile11
-rw-r--r--etc/steam.profile11
3 files changed, 14 insertions, 10 deletions
diff --git a/etc/firefox.profile b/etc/firefox.profile
index 38f501b95..03c6cc202 100644
--- a/etc/firefox.profile
+++ b/etc/firefox.profile
@@ -13,6 +13,8 @@ whitelist ~/Downloads
13whitelist ~/dwhelper 13whitelist ~/dwhelper
14whitelist ~/.zotero 14whitelist ~/.zotero
15whitelist ~/.lastpass 15whitelist ~/.lastpass
16whitelist ~/.gtkrc-2.0
17
16 18
17 19
18 20
diff --git a/etc/skype.profile b/etc/skype.profile
new file mode 100644
index 000000000..865fbe43d
--- /dev/null
+++ b/etc/skype.profile
@@ -0,0 +1,11 @@
1# Skype profile
2noblacklist ${HOME}/.steam
3noblacklist ${HOME}/.local/share/steam
4include /etc/firejail/disable-mgmt.inc
5include /etc/firejail/disable-secret.inc
6include /etc/firejail/disable-common.inc
7include /etc/firejail/disable-history.inc
8caps.drop all
9netfilter
10noroot
11seccomp
diff --git a/etc/steam.profile b/etc/steam.profile
index 1db6dacb0..da36a50b4 100644
--- a/etc/steam.profile
+++ b/etc/steam.profile
@@ -8,13 +8,4 @@ include /etc/firejail/disable-history.inc
8caps.drop all 8caps.drop all
9netfilter 9netfilter
10noroot 10noroot
11 11seccomp
12# seccomp breaks Steam runtime due to 32/64bit syscall incompatibilties
13
14
15## Author note:
16## If you wish to use a private directory for Steam, e.g.:
17## private /path/to/steam-home
18## ... be aware that games will not launch from this directory without
19## execute-permission trickery. In this case, you should store the games
20## in a separate (whitelisted/noblacklisted) directory.