diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-12-07 07:49:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-12-07 07:49:53 -0300 |
commit | d4da50edc786dff63572bf64269b51d56a3a18fc (patch) | |
tree | b0baf3106c0b920423a5303994fc6545dd5706b1 | |
parent | e281135233e3772946ebfa7afdede931488edccf (diff) | |
download | luakit-d4da50edc786dff63572bf64269b51d56a3a18fc.tar.gz luakit-d4da50edc786dff63572bf64269b51d56a3a18fc.tar.bz2 |
Feat: firejail profile
-rw-r--r-- | config.dot/firejail/luakit.profile.link | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config.dot/firejail/luakit.profile.link b/config.dot/firejail/luakit.profile.link new file mode 100644 index 0000000..19ed543 --- /dev/null +++ b/config.dot/firejail/luakit.profile.link @@ -0,0 +1,13 @@ +# luakit profile + +#blacklist ${HOME}/.wine +noblacklist ~/.config/luakit +noblacklist ~/.local/share/luakit + +caps.drop all +netfilter +nonewprivs +noroot +protocol unix,inet,inet6 +seccomp +shell none |