aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-09-03 10:17:52 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-09-03 10:17:52 +0200
commit6ac40a597939989a55ab5465f548489e1ea4937d (patch)
treef198684f7427a0fccafe5b1e120a3db7db99b924 /etc
parentAdd profile for twitch,youtube,youtube-music; fix git-cola ,add cola (#3577) (diff)
downloadfirejail-6ac40a597939989a55ab5465f548489e1ea4937d.tar.gz
firejail-6ac40a597939989a55ab5465f548489e1ea4937d.tar.zst
firejail-6ac40a597939989a55ab5465f548489e1ea4937d.zip
various
* README.md & RELNOTES * Allow gnome-build do read and write .bash_history, it has a build-in terminal * D-Bus filter for gnome-passwordsafe * wruc for supertuxkart * wruc+wusc for totem * dbus-system none for totem * remove src/man/preproc.c it is replaced by preproc.awk * remove dead-code form preproc.awk
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/gnome-builder.profile4
-rw-r--r--etc/profile-a-l/gnome-passwordsafe.profile5
-rw-r--r--etc/profile-m-z/supertuxkart.profile1
-rw-r--r--etc/profile-m-z/totem.profile5
4 files changed, 14 insertions, 1 deletions
diff --git a/etc/profile-a-l/gnome-builder.profile b/etc/profile-a-l/gnome-builder.profile
index 7a684dd59..8f637902c 100644
--- a/etc/profile-a-l/gnome-builder.profile
+++ b/etc/profile-a-l/gnome-builder.profile
@@ -6,6 +6,8 @@ include gnome-builder.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.bash_history
10
9noblacklist ${HOME}/.cache/gnome-builder 11noblacklist ${HOME}/.cache/gnome-builder
10noblacklist ${HOME}/.config/gnome-builder 12noblacklist ${HOME}/.config/gnome-builder
11noblacklist ${HOME}/.local/share/gnome-builder 13noblacklist ${HOME}/.local/share/gnome-builder
@@ -34,3 +36,5 @@ seccomp
34shell none 36shell none
35 37
36private-dev 38private-dev
39
40read-write ${HOME}/.bash_history
diff --git a/etc/profile-a-l/gnome-passwordsafe.profile b/etc/profile-a-l/gnome-passwordsafe.profile
index 615be7873..ed430b654 100644
--- a/etc/profile-a-l/gnome-passwordsafe.profile
+++ b/etc/profile-a-l/gnome-passwordsafe.profile
@@ -52,3 +52,8 @@ private-cache
52private-dev 52private-dev
53private-etc dconf,fonts,gtk-3.0,passwd 53private-etc dconf,fonts,gtk-3.0,passwd
54private-tmp 54private-tmp
55
56dbus-user filter
57dbus-user.own org.gnome.PasswordSafe
58dbus-user.talk ca.desrt.dconf
59dbus-system none
diff --git a/etc/profile-m-z/supertuxkart.profile b/etc/profile-m-z/supertuxkart.profile
index ce69c8b4b..40b996794 100644
--- a/etc/profile-m-z/supertuxkart.profile
+++ b/etc/profile-m-z/supertuxkart.profile
@@ -27,6 +27,7 @@ whitelist ${HOME}/.cache/supertuxkart
27whitelist ${HOME}/.local/share/supertuxkart 27whitelist ${HOME}/.local/share/supertuxkart
28whitelist /usr/share/supertuxkart 28whitelist /usr/share/supertuxkart
29include whitelist-common.inc 29include whitelist-common.inc
30include whitelist-runuser-common.inc
30include whitelist-usr-share-common.inc 31include whitelist-usr-share-common.inc
31include whitelist-var-common.inc 32include whitelist-var-common.inc
32 33
diff --git a/etc/profile-m-z/totem.profile b/etc/profile-m-z/totem.profile
index abbbba6c3..341e9a777 100644
--- a/etc/profile-m-z/totem.profile
+++ b/etc/profile-m-z/totem.profile
@@ -33,7 +33,10 @@ whitelist ${DOWNLOADS}
33whitelist ${MUSIC} 33whitelist ${MUSIC}
34whitelist ${PICTURES} 34whitelist ${PICTURES}
35whitelist ${VIDEOS} 35whitelist ${VIDEOS}
36whitelist /usr/share/totem
36include whitelist-common.inc 37include whitelist-common.inc
38include whitelist-runuser-common.inc
39include whitelist-usr-share-common.inc
37include whitelist-var-common.inc 40include whitelist-var-common.inc
38 41
39# apparmor - makes settings immutable 42# apparmor - makes settings immutable
@@ -57,4 +60,4 @@ private-tmp
57 60
58# makes settings immutable 61# makes settings immutable
59# dbus-user none 62# dbus-user none
60# dbus-system none 63dbus-system none