aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/firejail/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/util.c b/src/firejail/util.c
index 87b771867..970832b38 100644
--- a/src/firejail/util.c
+++ b/src/firejail/util.c
@@ -1474,7 +1474,7 @@ int ascii_isxdigit(unsigned char c) {
1474 return ret; 1474 return ret;
1475} 1475}
1476 1476
1477// Note: Keep this in sync with NAME VALIDATION in src/man/firejail.txt. 1477// Note: Keep this in sync with NAME VALIDATION in src/man/firejail.1.in.
1478// 1478//
1479// Allow only ASCII letters, digits and a few special characters; names with 1479// Allow only ASCII letters, digits and a few special characters; names with
1480// only numbers are rejected; spaces and control characters are rejected. 1480// only numbers are rejected; spaces and control characters are rejected.