Download:
child 287:f6bb16bb874a
parent 285:29eb30fb2a3d
286:49c07c9b821d
Anton Shestakov <av6@dwimlabs.net>, Thu, 14 Sep 2017 17:26:13 +0800
checker: looks like ${HOME} and ~ are the same thing for firejail, let's use ~

1 файлов изменено, 11 вставок(+), 11 удалений(-) [+]
checker.profile file | annotate | diff | comparison | revisions
--- a/checker.profile Thu Sep 14 17:23:42 2017 +0800
+++ b/checker.profile Thu Sep 14 17:26:13 2017 +0800
@@ -1,22 +1,22 @@
quiet
-noblacklist ${HOME}/.cache/pip/
-noblacklist ${HOME}/.cache/luarocks/
-noblacklist ${HOME}/.npm/
+noblacklist ~/.cache/pip/
+noblacklist ~/.cache/luarocks/
+noblacklist ~/.npm/
include /etc/firejail/disable-common.inc
include /etc/firejail/disable-programs.inc
include /etc/firejail/disable-passwdmgr.inc
-whitelist ${HOME}/candolint
-read-only ${HOME}/candolint
+whitelist ~/candolint
+read-only ~/candolint
-mkdir ${HOME}/.cache/pip/
-mkdir ${HOME}/.cache/luarocks/
-mkdir ${HOME}/.npm/
-whitelist ${HOME}/.cache/pip/
-whitelist ${HOME}/.cache/luarocks/
-whitelist ${HOME}/.npm/
+mkdir ~/.cache/pip/
+mkdir ~/.cache/luarocks/
+mkdir ~/.npm/
+whitelist ~/.cache/pip/
+whitelist ~/.cache/luarocks/
+whitelist ~/.npm/
caps.drop all
netfilter