mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Add new profile for seahorse (#2491)
* Create seahorse.profile * Create seahorse-tool.profile * Add seahorse to firecfg
This commit is contained in:
parent
52cd68a4d9
commit
3379db6427
3 changed files with 54 additions and 0 deletions
28
etc/seahorse-tool.profile
Normal file
28
etc/seahorse-tool.profile
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Firejail profile for seahorse-tool
|
||||
# Description: PGP encryption and signing
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include seahorse-tool.local
|
||||
# Persistent global definitions
|
||||
# added by included profile
|
||||
#include globals.local
|
||||
|
||||
# dconf
|
||||
mkdir ${HOME}/.config/dconf
|
||||
whitelist ${HOME}/.config/dconf
|
||||
|
||||
include disable-xdg.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
apparmor
|
||||
ipc-namespace
|
||||
|
||||
disable-mnt
|
||||
private-tmp
|
||||
|
||||
memory-deny-write-execute
|
||||
noexec ${HOME}
|
||||
noexec /tmp
|
||||
|
||||
# Redirect
|
||||
include gpg.profile
|
||||
25
etc/seahorse.profile
Normal file
25
etc/seahorse.profile
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Firejail profile for seahorse
|
||||
# Description: GNOME application for managing PGP keys
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include seahorse.local
|
||||
# Persistent global definitions
|
||||
# added by included profile
|
||||
#include globals.local
|
||||
|
||||
# dconf
|
||||
mkdir ${HOME}/.config/dconf
|
||||
whitelist ${HOME}/.config/dconf
|
||||
|
||||
# ssh
|
||||
noblacklist /etc/ssh
|
||||
noblacklist /tmp/ssh-*
|
||||
noblacklist ${HOME}/.ssh
|
||||
|
||||
include whitelist-var-common.inc
|
||||
|
||||
apparmor
|
||||
ipc-namespace
|
||||
|
||||
# Redirect
|
||||
include gpg.profile
|
||||
|
|
@ -397,6 +397,7 @@ sayonara
|
|||
scallion
|
||||
scribus
|
||||
sdat2img
|
||||
seahorse
|
||||
seamonkey
|
||||
seamonkey-bin
|
||||
shellcheck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue