aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES1
-rw-r--r--etc/firefox.profile2
-rw-r--r--etc/skype.profile11
-rw-r--r--etc/steam.profile11
4 files changed, 15 insertions, 10 deletions
diff --git a/RELNOTES b/RELNOTES
index 840875028..6c702b4e8 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,6 @@
1firejail (0.9.33) baseline; urgency=low 1firejail (0.9.33) baseline; urgency=low
2 * added --ignore option 2 * added --ignore option
3 * added Steam and Skype profiles
3 * bugfixes 4 * bugfixes
4 -- netblue30 <netblue30@yahoo.com> current development 5 -- netblue30 <netblue30@yahoo.com> current development
5 6
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.