From 018d75775eab4a0f045949a9d069c57686ca2686 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 21 Apr 2020 08:24:28 -0400 Subject: reorganize github etc directory --- etc/profile-m-z/pluma.profile | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 etc/profile-m-z/pluma.profile (limited to 'etc/profile-m-z/pluma.profile') diff --git a/etc/profile-m-z/pluma.profile b/etc/profile-m-z/pluma.profile new file mode 100644 index 000000000..ea8550bda --- /dev/null +++ b/etc/profile-m-z/pluma.profile @@ -0,0 +1,53 @@ +# Firejail profile for pluma +# Description: Official text editor of the MATE desktop environment +# This file is overwritten after every install/update +# Persistent local customizations +include pluma.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/enchant +noblacklist ${HOME}/.config/pluma + +# Allows files commonly used by IDEs +include allow-common-devel.inc + +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +include disable-programs.inc + +include whitelist-var-common.inc + +# apparmor - makes settings immutable +caps.drop all +machine-id +# net none - makes settings immutable +no3d +nodvd +nogroups +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix +seccomp +shell none +tracelog + +private-bin pluma +private-dev +private-lib aspell,gconv,libgspell-1.so.*,libreadline.so.*,libtinfo.so.*,pluma +private-tmp + +# makes settings immutable +# dbus-user none +# dbus-system none + +memory-deny-write-execute + +join-or-start pluma -- cgit v1.2.3-54-g00ecf