aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore14
-rw-r--r--src/man/firejail-profile.txt4
2 files changed, 16 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..a085e155a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
1*.o
2*.so
3*~
4Makefile
5config.log
6config.status
7firejail-login.5
8firejail-profile.5
9firejail.1
10firemon.1
11src/firejail/firejail
12src/firemon/firemon
13src/ftee/ftee
14
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 394433107..ff265c198 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -16,9 +16,9 @@ Include and comment support:
16 16
17.TP 17.TP
18\f\include other.profile exclude-token 18\f\include other.profile exclude-token
19Include other.profile file. exclued-token disables blacklist commands in other.profile 19Include other.profile file. exclude-token disables blacklist commands in other.profile
20if exclude-token word is found in the name section of blacklist command. 20if exclude-token word is found in the name section of blacklist command.
21exclude-tyoken is optional. 21exclude-token is optional.
22 22
23Example: "include /etc/firejail/disable-common.inc .filezilla" 23Example: "include /etc/firejail/disable-common.inc .filezilla"
24loads disable-common.inc file disables "blacklist ${HOME}/.filezilla" command in this file. 24loads disable-common.inc file disables "blacklist ${HOME}/.filezilla" command in this file.