summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/udev.h b/udev.h
index 454ea4280b..94d054f760 100644
--- a/udev.h
+++ b/udev.h
@@ -34,9 +34,9 @@
#define NAME_SIZE 256
#define VALUE_SIZE 128
-#define ALLOWED_CHARS "#+-.:=@_%"
+#define ALLOWED_CHARS "#+-.:=@_"
#define ALLOWED_CHARS_FILE ALLOWED_CHARS "/"
-#define ALLOWED_CHARS_INPUT ALLOWED_CHARS " $/?,"
+#define ALLOWED_CHARS_INPUT ALLOWED_CHARS_FILE " $%?,"
#define DEFAULT_PARTITIONS_COUNT 15
#define UDEV_ALARM_TIMEOUT 180