An improved firecfg written in python.
- Firejail $PATH (symlink)
- Firejail applications (aka .desktop-files)
- Firejail dbus-services
- Firejail autostart
- Generate aliases for interactive shells
- Add $SUDO_USER to firejails user access database
- TODO: Firejail systemd --user
- TODO: Firejail dbus-system-service
python3 -m pip install git+https://github.com/rusty-snake/firecfg.py.git#egg=firecfg.py
firecfg.py setup
firecfg.py
reboot
There's an AUR package.
You still need to firecfg.py setup && firecfg.py && reboot
after installing.
Add this to your .bashrc:
if [[ :$PATH: != *:/etc/firecfg.py/overrides/bin:* ]]; then
echo 'WARNING: firecfg.py in not in $PATH!'
fi
GPL-3.0-or-later