summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-03-01 01:01:40 +0000
committerLibravatar GitHub <noreply@github.com>2019-03-01 01:01:40 +0000
commit3379db642746f81a471586720a918a80143cc11a (patch)
tree0d14fe6ea59613da248e71be6f616667eed6cf75 /etc
parentCreate secret-tool.profile (#2490) (diff)
downloadfirejail-3379db642746f81a471586720a918a80143cc11a.tar.gz
firejail-3379db642746f81a471586720a918a80143cc11a.tar.zst
firejail-3379db642746f81a471586720a918a80143cc11a.zip
Add new profile for seahorse (#2491)
* Create seahorse.profile * Create seahorse-tool.profile * Add seahorse to firecfg
Diffstat (limited to 'etc')
-rw-r--r--etc/seahorse-tool.profile28
-rw-r--r--etc/seahorse.profile25
2 files changed, 53 insertions, 0 deletions
diff --git a/etc/seahorse-tool.profile b/etc/seahorse-tool.profile
new file mode 100644
index 000000000..bbab69162
--- /dev/null
+++ b/etc/seahorse-tool.profile
@@ -0,0 +1,28 @@
1# Firejail profile for seahorse-tool
2# Description: PGP encryption and signing
3# This file is overwritten after every install/update
4# Persistent local customizations
5include seahorse-tool.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10# dconf
11mkdir ${HOME}/.config/dconf
12whitelist ${HOME}/.config/dconf
13
14include disable-xdg.inc
15include whitelist-var-common.inc
16
17apparmor
18ipc-namespace
19
20disable-mnt
21private-tmp
22
23memory-deny-write-execute
24noexec ${HOME}
25noexec /tmp
26
27# Redirect
28include gpg.profile
diff --git a/etc/seahorse.profile b/etc/seahorse.profile
new file mode 100644
index 000000000..0bf3b89fd
--- /dev/null
+++ b/etc/seahorse.profile
@@ -0,0 +1,25 @@
1# Firejail profile for seahorse
2# Description: GNOME application for managing PGP keys
3# This file is overwritten after every install/update
4# Persistent local customizations
5include seahorse.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10# dconf
11mkdir ${HOME}/.config/dconf
12whitelist ${HOME}/.config/dconf
13
14# ssh
15noblacklist /etc/ssh
16noblacklist /tmp/ssh-*
17noblacklist ${HOME}/.ssh
18
19include whitelist-var-common.inc
20
21apparmor
22ipc-namespace
23
24# Redirect
25include gpg.profile