diff --git a/etc/disable-common.inc b/etc/disable-common.inc index efe5c850d..187d26c83 100644 --- a/etc/disable-common.inc +++ b/etc/disable-common.inc @@ -1,3 +1,6 @@ +# Local customizations come here +include /etc/firejail/disable-common.local + # History files in $HOME blacklist-nolog ${HOME}/.history blacklist-nolog ${HOME}/.*_history diff --git a/etc/disable-common.local b/etc/disable-common.local new file mode 100644 index 000000000..c9fbadfaf --- /dev/null +++ b/etc/disable-common.local @@ -0,0 +1 @@ +# This file is meant for local customizations of disable-common.local diff --git a/etc/disable-devel.inc b/etc/disable-devel.inc index 2ac367f37..07fc3928c 100644 --- a/etc/disable-devel.inc +++ b/etc/disable-devel.inc @@ -1,3 +1,6 @@ +# Local customizations come here +include /etc/firejail/disable-devel.local + # development tools # GCC diff --git a/etc/disable-devel.local b/etc/disable-devel.local new file mode 100644 index 000000000..6ce1a8c75 --- /dev/null +++ b/etc/disable-devel.local @@ -0,0 +1 @@ +# This file is meant for local customizations of disable-devel.local diff --git a/etc/disable-passwdmgr.inc b/etc/disable-passwdmgr.inc index 045b4d92b..7d129b2e4 100644 --- a/etc/disable-passwdmgr.inc +++ b/etc/disable-passwdmgr.inc @@ -1,3 +1,6 @@ +# Local customizations come here +include /etc/firejail/disable-passwdmgr.local + blacklist ${HOME}/.pki/nssdb blacklist ${HOME}/.lastpass blacklist ${HOME}/.keepassx diff --git a/etc/disable-passwdmgr.local b/etc/disable-passwdmgr.local new file mode 100644 index 000000000..2a3bb45d3 --- /dev/null +++ b/etc/disable-passwdmgr.local @@ -0,0 +1 @@ +# This file is meant for local customizations of disable-passwdmgr.local diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc index e5eb4f857..96bf1464b 100644 --- a/etc/disable-programs.inc +++ b/etc/disable-programs.inc @@ -1,3 +1,6 @@ +# Local customizations come here +include /etc/firejail/disable-programs.local + blacklist ${HOME}/.*coin blacklist ${HOME}/.8pecxstudios blacklist ${HOME}/.Atom diff --git a/etc/disable-programs.local b/etc/disable-programs.local new file mode 100644 index 000000000..6c226a331 --- /dev/null +++ b/etc/disable-programs.local @@ -0,0 +1 @@ +# This file is meant for local customizations of disable-programs.local diff --git a/etc/whitelist-common.inc b/etc/whitelist-common.inc index d4e69948e..cf7797100 100644 --- a/etc/whitelist-common.inc +++ b/etc/whitelist-common.inc @@ -1,3 +1,6 @@ +# Local customizations come here +include /etc/firejail/whitelist-common.local + # common whitelist for all profiles whitelist ~/.XCompose diff --git a/etc/whitelist-common.local b/etc/whitelist-common.local new file mode 100644 index 000000000..11ed186ce --- /dev/null +++ b/etc/whitelist-common.local @@ -0,0 +1 @@ +# This file is meant for local customizations of whitelist-common.local