You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: This project is unmaintained, I will not work on it anymore. For questions I will still be there.
Warning: There are known bugs that cause data loss (#67). Do not use.
fjp – firejail-profile
A handy command line program to work fast and straightforward with firejail profiles.
fjp is a command-line program written in rust, a modern and safe programming language. It allows you to show, edit, compare, disable or remove firejail profiles. And many more features like search, check, sed or merge will come.
Get started
Install prebuild binary
wget -qO- "https://github.com/rusty-snake/fjp/releases/download/v0.3.0/fjp-v0.3.0-x86_64-unknown-linux-musl.tar.xz"| tar -xJf- -C $HOME/.local
fjp reads the EDITOR environment-varibale and use /usr/bin/vim as fallback.
To use nano as editor, just call EDITOR=nano fjp edit firefox. In order to make this
persistent, add EDITOR=nano to your .bashrc.
3. How can I change the log level?
Set the environment-variable RUST_LOG to trace, debug, info (default), warn or error.
Example: $ RUST_LOG=debug fjp …