1
0
Fork
You've already forked FirejailProfileFormatter
0
No description
  • Java 100%
Find a file
2020年11月17日 10:43:08 -05:00
src License headers 2020年11月17日 10:43:08 -05:00
.classpath Updates? 2019年06月01日 04:39:32 -04:00
.gitignore Updates? 2019年06月01日 04:39:32 -04:00
.project Updates? 2019年06月01日 04:39:32 -04:00
FirejailProfileFormatter.eml Updates? 2019年06月01日 04:39:32 -04:00
FirejailProfileFormatter.iml Initial commit, super ugly 2017年07月05日 23:28:13 -04:00
LICENSE Add license 2017年07月05日 23:28:49 -04:00
README.md Add the description generator 2019年06月01日 05:16:12 -04:00

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:

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