diff --git a/RELNOTES b/RELNOTES index 840875028..6c702b4e8 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,5 +1,6 @@ firejail (0.9.33) baseline; urgency=low * added --ignore option + * added Steam and Skype profiles * bugfixes -- netblue30 current development 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 whitelist ~/dwhelper whitelist ~/.zotero whitelist ~/.lastpass +whitelist ~/.gtkrc-2.0 + 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 @@ +# Skype profile +noblacklist ${HOME}/.steam +noblacklist ${HOME}/.local/share/steam +include /etc/firejail/disable-mgmt.inc +include /etc/firejail/disable-secret.inc +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-history.inc +caps.drop all +netfilter +noroot +seccomp 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 caps.drop all netfilter noroot - -# seccomp breaks Steam runtime due to 32/64bit syscall incompatibilties - - -## Author note: -## If you wish to use a private directory for Steam, e.g.: -## private /path/to/steam-home -## ... be aware that games will not launch from this directory without -## execute-permission trickery. In this case, you should store the games -## in a separate (whitelisted/noblacklisted) directory. +seccomp