aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates
diff options
context:
space:
mode:
authorLibravatar Ted Robertson <10043369+tredondo@users.noreply.github.com>2021-03-11 11:15:53 -1000
committerLibravatar GitHub <noreply@github.com>2021-03-11 11:15:53 -1000
commitcbf127975c1e95569fadf0b6a7ee15f00910076a (patch)
tree9c3dd0e2d14187d42fcdf6615c3433380ec39a35 /etc/templates
parentsimplify is_link function (diff)
downloadfirejail-cbf127975c1e95569fadf0b6a7ee15f00910076a.tar.gz
firejail-cbf127975c1e95569fadf0b6a7ee15f00910076a.tar.zst
firejail-cbf127975c1e95569fadf0b6a7ee15f00910076a.zip
Improve English
Diffstat (limited to 'etc/templates')
-rw-r--r--etc/templates/profile.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/templates/profile.template b/etc/templates/profile.template
index 17d7f55b2..a8a694ec2 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -10,8 +10,8 @@
10# - lines with two ## are only needed in special situations 10# - lines with two ## are only needed in special situations
11# - make the profile as restrictive as possible while still keeping the program useful 11# - make the profile as restrictive as possible while still keeping the program useful
12# (e.g. a program that is unable to save user's work is considered bad practice) 12# (e.g. a program that is unable to save user's work is considered bad practice)
13# - dedicate ample time (based on the complexity of the application) to profile testing before raising 13# - dedicate ample time (based on the complexity of the application) to profile testing before
14# a pull request 14# submitting a pull request
15# - keep the sections structure, use a single empty line as separator 15# - keep the sections structure, use a single empty line as separator
16# - entries within sections are alphabetically sorted 16# - entries within sections are alphabetically sorted
17# - consider putting binary into src/firecfg/firecfg.config (keep list sorted) but beware 17# - consider putting binary into src/firecfg/firecfg.config (keep list sorted) but beware