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-a-l/gedit.profile | 51 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 etc/profile-a-l/gedit.profile (limited to 'etc/profile-a-l/gedit.profile') diff --git a/etc/profile-a-l/gedit.profile b/etc/profile-a-l/gedit.profile new file mode 100644 index 000000000..17b7ad563 --- /dev/null +++ b/etc/profile-a-l/gedit.profile @@ -0,0 +1,51 @@ +# Firejail profile for gedit +# Description: Official text editor of the GNOME desktop environment +# This file is overwritten after every install/update +# Persistent local customizations +include gedit.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/enchant +noblacklist ${HOME}/.config/gedit + +# 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-runuser-common.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 gedit +private-dev +# private-lib breaks python plugins, uncomment or add to your gedit.local if you don't use them. +#private-lib aspell,gconv,gedit,libgspell-1.so.*,libgtksourceview-*,libpeas-gtk-1.0.so.*,libreadline.so.*,libtinfo.so.* +private-tmp + +# makes settings immutable +# dbus-user none +# dbus-system none -- cgit v1.2.3-54-g00ecf