No description
- Java 100%
| src | License headers | |
| .classpath | Updates? | |
| .gitignore | Updates? | |
| .project | Updates? | |
| FirejailProfileFormatter.eml | Updates? | |
| FirejailProfileFormatter.iml | Initial commit, super ugly | |
| LICENSE | Add license | |
| README.md | Add the description generator | |
FirejailProfileFormatter
This is a set of three utilities in order to format Firejail profiles
Main
This rewrites profiles to a standard format. This was used for the bulk of https://github.com/netblue30/firejail/pull/1427
MainN
This is used to sort a new option into place. This was used for:
github.com/netblue30/firejail@284e0750e5github.com/netblue30/firejail@68fd00cfe4github.com/netblue30/firejail@104dde49c0
MainWNB
This converts a profile to whitelist-noblacklist. wnb was a feature proposed in https://github.com/netblue30/firejail/issues/1569
DescriptionGenerator
This gathers package descriptions from apt and pacman and adds it to a profile. This was used for https://github.com/netblue30/firejail/pull/2081