Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rusty-snake/firecfg.py
An improved firecfg written in python.
https://github.com/rusty-snake/firecfg.py
dbus desktop-integration firecfg firejail gnome python
Last synced: 2 months ago
JSON representation
An improved firecfg written in python.
- Host: GitHub
- URL: https://github.com/rusty-snake/firecfg.py
- Owner: rusty-snake
- License: gpl-3.0
- Created: 2020-01-31T19:05:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T17:43:48.000Z (7 months ago)
- Last Synced: 2024-10-13T08:42:37.622Z (3 months ago)
- Topics: dbus, desktop-integration, firecfg, firejail, gnome, python
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
firecfg.py [![maintenance-status: irregularly-developed](https://img.shields.io/badge/maintenance--status-irregularly--developed-olive)](https://gist.github.com/rusty-snake/574a91f1df9f97ec77ca308d6d731e29)
==========An improved firecfg written in python.
Features
--------* 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-serviceInstall
-------```
python3 -m pip install git+https://github.com/rusty-snake/firecfg.py.git#egg=firecfg.py
firecfg.py setup
firecfg.py
reboot
```### Arch Linux
There's an [AUR package](https://aur.archlinux.org/packages/python-firecfg-git/).
You still need to `firecfg.py setup && firecfg.py && reboot` after installing.
FAQ
---### I want to be warned about wrong setups.
Add this to your .bashrc:
```bash
if [[ :$PATH: != *:/etc/firecfg.py/overrides/bin:* ]]; then
echo 'WARNING: firecfg.py in not in $PATH!'
fi
```License
-------GPL-3.0-or-later