From c4eff47fbd62d5c9518a6436494881c324b379b8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 9 Feb 2022 13:36:31 -0800 Subject: Updated for firejail 0.9.68 --- profiles/hg.profile | 71 ----------------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 profiles/hg.profile (limited to 'profiles/hg.profile') diff --git a/profiles/hg.profile b/profiles/hg.profile deleted file mode 100644 index c72365f..0000000 --- a/profiles/hg.profile +++ /dev/null @@ -1,71 +0,0 @@ -# Firejail profile for hg -# This file is overwritten after every install/update -quiet -# Persistent local customizations -include hg.local -# Persistent global definitions -include globals.local - -noblacklist ${HOME}/.config/nano -noblacklist ${HOME}/.emacs -noblacklist ${HOME}/.emacs.d -noblacklist ${HOME}/.hgrc -#noblacklist ${HOME}/.gnupg -noblacklist ${HOME}/.nanorc -noblacklist ${HOME}/.oh-my-zsh -#noblacklist ${HOME}/.ssh -noblacklist ${HOME}/.vim -noblacklist ${HOME}/.viminfo - -# Allow ssh (blacklisted by disable-common.inc) -include allow-ssh.inc - -blacklist /tmp/.X11-unix -blacklist ${RUNUSER}/wayland-* - -include disable-common.inc -include disable-exec.inc -include disable-passwdmgr.inc -include disable-programs.inc - -whitelist ${HOME}/.config/nano -whitelist ${HOME}/.emacs -whitelist ${HOME}/.emacs.d -whitelist ${HOME}/.hgrc -#whitelist ${HOME}/.gnupg -#read-only ${HOME}/.gnupg -whitelist ${HOME}/.nanorc -read-only ${HOME}/.nanorc -whitelist ${HOME}/.oh-my-zsh -#whitelist ${HOME}/.ssh -#read-only ${HOME}/.ssh -whitelist ${HOME}/.vim -whitelist ${HOME}/.viminfo -whitelist ${HOME}/build -whitelist ${HOME}/workspace - -caps.drop all -ipc-namespace -machine-id -netfilter -no3d -nodvd -nogroups -noinput -nonewprivs -noroot -nosound -notv -nou2f -novideo -protocol inet,inet6 -#protocol unix,inet,inet6 -seccomp -shell none - -private-bin hg,python2 -private-cache -private-dev - -memory-deny-write-execute - -- cgit v1.2.1