mirror of
https://github.com/systemd/systemd
synced 2025-09-20 20:34:45 +02:00
Compare commits
2 Commits
959daf9bfc
...
c4742de6d8
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c4742de6d8 | ||
![]() |
a7ab6b7e6b |
@ -297,6 +297,7 @@ bool fstype_is_network(const char *fstype) {
|
|||||||
|
|
||||||
return STR_IN_SET(fstype,
|
return STR_IN_SET(fstype,
|
||||||
"afs",
|
"afs",
|
||||||
|
"ceph",
|
||||||
"cifs",
|
"cifs",
|
||||||
"smb3",
|
"smb3",
|
||||||
"smbfs",
|
"smbfs",
|
||||||
|
@ -19,7 +19,7 @@ quoted_string_re = r'"(?:[^\\"]|\\.)*"'
|
|||||||
no_args_tests = re.compile(r'(ACTION|DEVPATH|KERNELS?|NAME|SYMLINK|SUBSYSTEMS?|DRIVERS?|TAG|PROGRAM|RESULT|TEST)\s*(?:=|!)=\s*' + quoted_string_re + '$')
|
no_args_tests = re.compile(r'(ACTION|DEVPATH|KERNELS?|NAME|SYMLINK|SUBSYSTEMS?|DRIVERS?|TAG|PROGRAM|RESULT|TEST)\s*(?:=|!)=\s*' + quoted_string_re + '$')
|
||||||
# PROGRAM can also be specified as an assignment.
|
# PROGRAM can also be specified as an assignment.
|
||||||
program_assign = re.compile(r'PROGRAM\s*=\s*' + quoted_string_re + '$')
|
program_assign = re.compile(r'PROGRAM\s*=\s*' + quoted_string_re + '$')
|
||||||
args_tests = re.compile(r'(ATTRS?|ENV|TEST){([a-zA-Z0-9/_.*%-]+)}\s*(?:=|!)=\s*' + quoted_string_re + '$')
|
args_tests = re.compile(r'(ATTRS?|ENV|CONST|TEST){([a-zA-Z0-9/_.*%-]+)}\s*(?:=|!)=\s*' + quoted_string_re + '$')
|
||||||
no_args_assign = re.compile(r'(NAME|SYMLINK|OWNER|GROUP|MODE|TAG|RUN|LABEL|GOTO|OPTIONS|IMPORT)\s*(?:\+=|:=|=)\s*' + quoted_string_re + '$')
|
no_args_assign = re.compile(r'(NAME|SYMLINK|OWNER|GROUP|MODE|TAG|RUN|LABEL|GOTO|OPTIONS|IMPORT)\s*(?:\+=|:=|=)\s*' + quoted_string_re + '$')
|
||||||
args_assign = re.compile(r'(ATTR|ENV|IMPORT|RUN){([a-zA-Z0-9/_.*%-]+)}\s*(=|\+=)\s*' + quoted_string_re + '$')
|
args_assign = re.compile(r'(ATTR|ENV|IMPORT|RUN){([a-zA-Z0-9/_.*%-]+)}\s*(=|\+=)\s*' + quoted_string_re + '$')
|
||||||
# Find comma-separated groups, but allow commas that are inside quoted strings.
|
# Find comma-separated groups, but allow commas that are inside quoted strings.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user