mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
28 lines
540 B
Text
28 lines
540 B
Text
# 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
|