mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* Refactor seahorse into a whitelist profile * Refactor seahorse-tool as a whitelist profile * Create seahorse-daemon.profile * Add seahorse-daemon to firecfg * Drop blacklist /tmp/.X11-unix from seahorse.profile Thanks to @rusty-snake for pointing out blacklisting /tmp/.X11-unix is ridiculous for GUI's. * Add non-GUI option to seahorse-daemon
17 lines
381 B
Text
17 lines
381 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
|
|
|
|
noblacklist ${DOWNLOADS}
|
|
|
|
private-tmp
|
|
|
|
memory-deny-write-execute
|
|
|
|
# Redirect
|
|
include seahorse.profile
|