summaryrefslogtreecommitdiffstats
path: root/src/man/firejail-users.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-04-23 09:38:21 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-04-23 09:38:21 -0400
commit90877c63eecf5e161c86df6b0c62006029e2677e (patch)
tree66acab3862cc1e649d69fc2b83ced1378f95e27f /src/man/firejail-users.txt
parentmerges (diff)
downloadfirejail-90877c63eecf5e161c86df6b0c62006029e2677e.tar.gz
firejail-90877c63eecf5e161c86df6b0c62006029e2677e.tar.zst
firejail-90877c63eecf5e161c86df6b0c62006029e2677e.zip
fix user database access
Diffstat (limited to 'src/man/firejail-users.txt')
-rw-r--r--src/man/firejail-users.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/man/firejail-users.txt b/src/man/firejail-users.txt
index ec91e495c..c29de0705 100644
--- a/src/man/firejail-users.txt
+++ b/src/man/firejail-users.txt
@@ -5,7 +5,11 @@ firejail.users \- Firejail user access database
5.SH DESCRIPTION 5.SH DESCRIPTION
6/etc/firejail/firejail.users lists the users allowed to run firejail SUID executable. 6/etc/firejail/firejail.users lists the users allowed to run firejail SUID executable.
7If the file is not present in the system, all users are allowed to use the sandbox. 7If the file is not present in the system, all users are allowed to use the sandbox.
8root user is allowed by default, user nobody is denied access by default. 8root user is allowed by default. Other system users (users with an ID below UID_MIN value
9defined in /etc/login.defs, typically 1000) are not allowed to start the sandbox.
10
11If the user is not allowed to start the sandbox, Firejail will attempt to run the
12program without sandboxing it.
9 13
10Example: 14Example:
11 15