aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/firecfg/firecfg.config1
-rw-r--r--src/man/firejail.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 96a755904..011d6c7e1 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -67,6 +67,7 @@ aweather
67baloo_file 67baloo_file
68baloo_filemetadata_temp_extractor 68baloo_filemetadata_temp_extractor
69baobab 69baobab
70barrier
70basilisk 71basilisk
71beaker 72beaker
72bibletime 73bibletime
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 47f5ecbdf..32ac07d72 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1772,7 +1772,7 @@ system call groups are defined: @aio, @basic-io, @chown, @clock,
1772@file-system, @io-event, @ipc, @keyring, @memlock, @module, @mount, 1772@file-system, @io-event, @ipc, @keyring, @memlock, @module, @mount,
1773@network-io, @obsolete, @privileged, @process, @raw-io, @reboot, 1773@network-io, @obsolete, @privileged, @process, @raw-io, @reboot,
1774@resources, @setuid, @swap, @sync, @system-service and @timer. 1774@resources, @setuid, @swap, @sync, @system-service and @timer.
1775More informations about groups can be found in /usr/share/doc/firejail/syscalls.txt 1775More information about groups can be found in /usr/share/doc/firejail/syscalls.txt
1776 1776
1777In addition, a system call can be specified by its number instead of 1777In addition, a system call can be specified by its number instead of
1778name with prefix $, so for example $165 would be equal to mount on i386. 1778name with prefix $, so for example $165 would be equal to mount on i386.