Skip to content

Commit

Permalink
template hint in CONTRIBUTING.md & firejail-prof…
Browse files Browse the repository at this point in the history
…ile manpage added
+ some profileprofile  fixes
  • Loading branch information
rusty-snake authored and rusty-snake committed Jun 4, 2019
1 parent 8fe4e69 commit 0d7ad24
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,12 @@ ensure that **both** of the following were installed:
`firejail` and `firejail-profiles`. A common source of issues is that
firejail-profiles was not installed when installing firejail.

# Opening an pull request:
Pull requests with enhancements, bugfixes or new profiles are very welcome.

If you want to write a new profile, the easiest way to do this is to use the
[profile template](https://github.com/netblue30/firejail/blob/master/etc/templates/profile.template).
If you have already written a profile, please make sure it follows the rules described in the template.

We take security bugs very seriously. If you believe you have found one, please report it by
emailing us at [email protected]
1 change: 0 additions & 1 deletion etc/chromium.profile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ noblacklist ${HOME}/.config/chromium-flags.conf

mkdir ${HOME}/.cache/chromium
mkdir ${HOME}/.config/chromium
mkfile ${HOME}/.config/chromium-flags.conf
whitelist ${HOME}/.cache/chromium
whitelist ${HOME}/.config/chromium
whitelist ${HOME}/.config/chromium-flags.conf
Expand Down
1 change: 0 additions & 1 deletion etc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -758,4 +758,3 @@ blacklist /var/games/slashem
blacklist /var/games/vulturesclaw
blacklist /var/games/vultureseye
blacklist /var/lib/games/Maelstrom-Scores

3 changes: 3 additions & 0 deletions src/man/firejail-profile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ Child process initialized
[...]
.RE

.SH Templates
Templates for writing own profiles can be found in /usr/share/doc/firejail.

.SH Scripting
Scripting commands:

Expand Down

0 comments on commit 0d7ad24

Please sign in to comment.